diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-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 40718669b9c8..518cfa5cd024 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -137,7 +137,7 @@ struct nfs_openres { | |||
137 | */ | 137 | */ |
138 | struct nfs_open_confirmargs { | 138 | struct nfs_open_confirmargs { |
139 | const struct nfs_fh * fh; | 139 | const struct nfs_fh * fh; |
140 | nfs4_stateid stateid; | 140 | nfs4_stateid * stateid; |
141 | struct nfs_seqid * seqid; | 141 | struct nfs_seqid * seqid; |
142 | }; | 142 | }; |
143 | 143 | ||