diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-18 17:20:15 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-18 17:20:15 -0400 |
commit | faf5f49c2d9c0af2847837c232a432cc146e203b (patch) | |
tree | f0c097ae68ca3ec3cd5ee0a904916493b00b9c1b /include/linux/nfs_xdr.h | |
parent | 0a8838f972883112f0a7b259141b24db17583c2d (diff) |
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.h | 2 |
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 | ||
189 | struct nfs_locku_opargs { | 189 | struct 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 | ||
194 | struct nfs_lockargs { | 194 | struct nfs_lockargs { |