nfsd/nfs4state: remove unnecessary daemonize call
Acked-by: Neil Brown <neilb@suse.de> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
7ac1bea550
commit
6697164335
1 changed files with 0 additions and 2 deletions
|
@ -1326,8 +1326,6 @@ do_recall(void *__dp)
|
||||||
{
|
{
|
||||||
struct nfs4_delegation *dp = __dp;
|
struct nfs4_delegation *dp = __dp;
|
||||||
|
|
||||||
daemonize("nfsv4-recall");
|
|
||||||
|
|
||||||
nfsd4_cb_recall(dp);
|
nfsd4_cb_recall(dp);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue