Commit b8e5c4c2 authored by Trond Myklebust's avatar Trond Myklebust

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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 642ac549
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment