diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 6485b8b41b83..4f03dc21cf4a 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -153,10 +153,13 @@ struct nfs_closeargs { | |||
153 | nfs4_stateid * stateid; | 153 | nfs4_stateid * stateid; |
154 | struct nfs_seqid * seqid; | 154 | struct nfs_seqid * seqid; |
155 | int open_flags; | 155 | int open_flags; |
156 | const u32 * bitmask; | ||
156 | }; | 157 | }; |
157 | 158 | ||
158 | struct nfs_closeres { | 159 | struct nfs_closeres { |
159 | nfs4_stateid stateid; | 160 | nfs4_stateid stateid; |
161 | struct nfs_fattr * fattr; | ||
162 | const struct nfs_server *server; | ||
160 | }; | 163 | }; |
161 | /* | 164 | /* |
162 | * * Arguments to the lock,lockt, and locku call. | 165 | * * Arguments to the lock,lockt, and locku call. |