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>
This commit is contained in:
Trond Myklebust
2005-10-18 14:20:15 -07:00
parent 0a8838f972
commit faf5f49c2d
5 changed files with 118 additions and 61 deletions

View File

@@ -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 {