Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66971643 authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Linus Torvalds
Browse files

nfsd/nfs4state: remove unnecessary daemonize call



Acked-by: default avatarNeil Brown <neilb@suse.de>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7ac1bea5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1326,8 +1326,6 @@ do_recall(void *__dp)
{
	struct nfs4_delegation *dp = __dp;

	daemonize("nfsv4-recall");

	nfsd4_cb_recall(dp);
	return 0;
}