hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/include/linux/nfs_xdr.h
....@@ -1789,6 +1789,8 @@
17891789 struct nfs_server *(*create_server)(struct fs_context *);
17901790 struct nfs_server *(*clone_server)(struct nfs_server *, struct nfs_fh *,
17911791 struct nfs_fattr *, rpc_authflavor_t);
1792
+ void (*enable_swap)(struct inode *inode);
1793
+ void (*disable_swap)(struct inode *inode);
17921794 };
17931795
17941796 /*