forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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 /*