diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 26879771831d..dd9ae6761f71 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -809,6 +809,7 @@ struct nfs_rpc_ops { | |||
809 | struct nfs_fsinfo *); | 809 | struct nfs_fsinfo *); |
810 | int (*pathconf) (struct nfs_server *, struct nfs_fh *, | 810 | int (*pathconf) (struct nfs_server *, struct nfs_fh *, |
811 | struct nfs_pathconf *); | 811 | struct nfs_pathconf *); |
812 | int (*set_capabilities)(struct nfs_server *, struct nfs_fh *); | ||
812 | u32 * (*decode_dirent)(u32 *, struct nfs_entry *, int plus); | 813 | u32 * (*decode_dirent)(u32 *, struct nfs_entry *, int plus); |
813 | void (*read_setup) (struct nfs_read_data *); | 814 | void (*read_setup) (struct nfs_read_data *); |
814 | int (*read_done) (struct rpc_task *, struct nfs_read_data *); | 815 | int (*read_done) (struct rpc_task *, struct nfs_read_data *); |