1
0
Fork 0

NFSv4: If a delegated open fails, ensure that we return the delegation

Unless of course the open fails due to permission issues.

 Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
hifive-unleashed-5.1
Trond Myklebust 2005-10-18 14:20:20 -07:00
parent 642ac54923
commit b8e5c4c297
1 changed files with 2 additions and 0 deletions

View File

@ -658,6 +658,8 @@ out_err:
}
up_read(&nfsi->rwsem);
up_read(&clp->cl_sem);
if (err != -EACCES)
nfs_inode_return_delegation(inode);
return err;
}