hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 /*