hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/nfs_xdr.h
....@@ -1675,7 +1675,7 @@
16751675 struct nfs_removeargs args;
16761676 struct nfs_removeres res;
16771677 struct dentry *dentry;
1678
- struct swait_queue_head wq;
1678
+ wait_queue_head_t wq;
16791679 const struct cred *cred;
16801680 struct nfs_fattr dir_attr;
16811681 long timeout;
....@@ -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 /*