hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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 /*