.. | .. |
---|
1675 | 1675 | struct nfs_removeargs args; |
---|
1676 | 1676 | struct nfs_removeres res; |
---|
1677 | 1677 | struct dentry *dentry; |
---|
1678 | | - struct swait_queue_head wq; |
---|
| 1678 | + wait_queue_head_t wq; |
---|
1679 | 1679 | const struct cred *cred; |
---|
1680 | 1680 | struct nfs_fattr dir_attr; |
---|
1681 | 1681 | long timeout; |
---|
.. | .. |
---|
1789 | 1789 | struct nfs_server *(*create_server)(struct fs_context *); |
---|
1790 | 1790 | struct nfs_server *(*clone_server)(struct nfs_server *, struct nfs_fh *, |
---|
1791 | 1791 | struct nfs_fattr *, rpc_authflavor_t); |
---|
| 1792 | + void (*enable_swap)(struct inode *inode); |
---|
| 1793 | + void (*disable_swap)(struct inode *inode); |
---|
1792 | 1794 | }; |
---|
1793 | 1795 | |
---|
1794 | 1796 | /* |
---|