aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2005-10-18 14:20:15 -0700
committerTrond Myklebust <Trond.Myklebust@netapp.com>2005-10-18 14:20:15 -0700
commitfaf5f49c2d9c0af2847837c232a432cc146e203b (patch)
treef0c097ae68ca3ec3cd5ee0a904916493b00b9c1b /include/linux/nfs_xdr.h
parentNFSv4: Add missing handling of OPEN_CONFIRM requests on CLAIM_DELEGATE_CUR. (diff)
downloadlinux-dev-faf5f49c2d9c0af2847837c232a432cc146e203b.tar.xz
linux-dev-faf5f49c2d9c0af2847837c232a432cc146e203b.zip
NFSv4: Make NFS clean up byte range locks asynchronously
Currently we fail to do so if the process was signalled. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
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 {
struct nfs_locku_opargs {
struct nfs_seqid * seqid;
- nfs4_stateid stateid;
+ nfs4_stateid * stateid;
};
struct nfs_lockargs {