diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nfs_xdr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 1b9a17a1f235..efe2eab8ac94 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
| @@ -778,6 +778,7 @@ struct nfs4_readdir_arg { | |||
| 778 | struct page ** pages; /* zero-copy data */ | 778 | struct page ** pages; /* zero-copy data */ |
| 779 | unsigned int pgbase; /* zero-copy data */ | 779 | unsigned int pgbase; /* zero-copy data */ |
| 780 | const u32 * bitmask; | 780 | const u32 * bitmask; |
| 781 | int plus; | ||
| 781 | struct nfs4_sequence_args seq_args; | 782 | struct nfs4_sequence_args seq_args; |
| 782 | }; | 783 | }; |
| 783 | 784 | ||
| @@ -1036,7 +1037,7 @@ struct nfs_rpc_ops { | |||
| 1036 | int (*pathconf) (struct nfs_server *, struct nfs_fh *, | 1037 | int (*pathconf) (struct nfs_server *, struct nfs_fh *, |
| 1037 | struct nfs_pathconf *); | 1038 | struct nfs_pathconf *); |
| 1038 | int (*set_capabilities)(struct nfs_server *, struct nfs_fh *); | 1039 | int (*set_capabilities)(struct nfs_server *, struct nfs_fh *); |
| 1039 | __be32 *(*decode_dirent)(struct xdr_stream *, struct nfs_entry *, int plus); | 1040 | __be32 *(*decode_dirent)(struct xdr_stream *, struct nfs_entry *, struct nfs_server *, int plus); |
| 1040 | void (*read_setup) (struct nfs_read_data *, struct rpc_message *); | 1041 | void (*read_setup) (struct nfs_read_data *, struct rpc_message *); |
| 1041 | int (*read_done) (struct rpc_task *, struct nfs_read_data *); | 1042 | int (*read_done) (struct rpc_task *, struct nfs_read_data *); |
| 1042 | void (*write_setup) (struct nfs_write_data *, struct rpc_message *); | 1043 | void (*write_setup) (struct nfs_write_data *, struct rpc_message *); |
