NFSv4: keep state manager thread active if swap is enabled
[linux-2.6-microblaze.git] / include / linux / nfs_xdr.h
index 82f7c27..49ba486 100644 (file)
@@ -1797,6 +1797,8 @@ struct nfs_rpc_ops {
        struct nfs_server *(*clone_server)(struct nfs_server *, struct nfs_fh *,
                                           struct nfs_fattr *, rpc_authflavor_t);
        int     (*discover_trunking)(struct nfs_server *, struct nfs_fh *);
+       void    (*enable_swap)(struct inode *inode);
+       void    (*disable_swap)(struct inode *inode);
 };
 
 /*