NFS: Move the delegation return down into nfs4_proc_link()
Move the delegation return out of generic code. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
parent
f50862423f
commit
9f76827287
2 changed files with 2 additions and 2 deletions
|
@ -1932,8 +1932,6 @@ nfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry)
|
||||||
old_dentry, dentry);
|
old_dentry, dentry);
|
||||||
|
|
||||||
trace_nfs_link_enter(inode, dir, dentry);
|
trace_nfs_link_enter(inode, dir, dentry);
|
||||||
NFS_PROTO(inode)->return_delegation(inode);
|
|
||||||
|
|
||||||
d_drop(dentry);
|
d_drop(dentry);
|
||||||
error = NFS_PROTO(dir)->link(inode, dir, &dentry->d_name);
|
error = NFS_PROTO(dir)->link(inode, dir, &dentry->d_name);
|
||||||
if (error == 0) {
|
if (error == 0) {
|
||||||
|
|
|
@ -4318,6 +4318,8 @@ static int _nfs4_proc_link(struct inode *inode, struct inode *dir, const struct
|
||||||
}
|
}
|
||||||
arg.bitmask = nfs4_bitmask(server, res.label);
|
arg.bitmask = nfs4_bitmask(server, res.label);
|
||||||
|
|
||||||
|
nfs4_inode_return_delegation(inode);
|
||||||
|
|
||||||
status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
|
status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
|
||||||
if (!status) {
|
if (!status) {
|
||||||
update_changeattr(dir, &res.cinfo, res.fattr->time_start);
|
update_changeattr(dir, &res.cinfo, res.fattr->time_start);
|
||||||
|
|
Loading…
Add table
Reference in a new issue