diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_xdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index d578912bf9a9..cac0df950c66 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -149,7 +149,7 @@ struct nfs_open_confirmres { | |||
149 | */ | 149 | */ |
150 | struct nfs_closeargs { | 150 | struct nfs_closeargs { |
151 | struct nfs_fh * fh; | 151 | struct nfs_fh * fh; |
152 | nfs4_stateid stateid; | 152 | nfs4_stateid * stateid; |
153 | struct nfs_seqid * seqid; | 153 | struct nfs_seqid * seqid; |
154 | int open_flags; | 154 | int open_flags; |
155 | }; | 155 | }; |