nfsd: drop unused stp arg to alloc_init_deleg
Signed-off-by: Jeff Layton <jlayton@primarydata.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
committed by
J. Bruce Fields
parent
02a3508dba
commit
f9416e281e
@@ -579,7 +579,7 @@ static void block_delegations(struct knfsd_fh *fh)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct nfs4_delegation *
|
static struct nfs4_delegation *
|
||||||
alloc_init_deleg(struct nfs4_client *clp, struct nfs4_ol_stateid *stp, struct svc_fh *current_fh)
|
alloc_init_deleg(struct nfs4_client *clp, struct svc_fh *current_fh)
|
||||||
{
|
{
|
||||||
struct nfs4_delegation *dp;
|
struct nfs4_delegation *dp;
|
||||||
long n;
|
long n;
|
||||||
@@ -3649,7 +3649,7 @@ nfs4_open_delegation(struct net *net, struct svc_fh *fh,
|
|||||||
default:
|
default:
|
||||||
goto out_no_deleg;
|
goto out_no_deleg;
|
||||||
}
|
}
|
||||||
dp = alloc_init_deleg(oo->oo_owner.so_client, stp, fh);
|
dp = alloc_init_deleg(oo->oo_owner.so_client, fh);
|
||||||
if (dp == NULL)
|
if (dp == NULL)
|
||||||
goto out_no_deleg;
|
goto out_no_deleg;
|
||||||
status = nfs4_set_delegation(dp, stp->st_file);
|
status = nfs4_set_delegation(dp, stp->st_file);
|
||||||
|
|||||||
Reference in New Issue
Block a user