aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index cac0df950c66..849f95c5fae4 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -188,7 +188,7 @@ struct nfs_lock_opargs {
188 188
189struct nfs_locku_opargs { 189struct nfs_locku_opargs {
190 struct nfs_seqid * seqid; 190 struct nfs_seqid * seqid;
191 nfs4_stateid stateid; 191 nfs4_stateid * stateid;
192}; 192};
193 193
194struct nfs_lockargs { 194struct nfs_lockargs {