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:
parent
0a8838f972
commit
faf5f49c2d
5 changed files with 118 additions and 61 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue