projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac1bea
)
nfsd/nfs4state: remove unnecessary daemonize call
author
Eric W. Biederman
<
[email protected]
>
Wed, 9 May 2007 09:34:49 +0000
(
02:34
-0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 9 May 2007 19:30:54 +0000
(12:30 -0700)
Acked-by: Neil Brown <
[email protected]
>
Cc: Trond Myklebust <
[email protected]
>
Signed-off-by: Eric W. Biederman <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/nfsd/nfs4state.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfs4state.c
b/fs/nfsd/nfs4state.c
index 678f3be88ac04e7cf319e1819835f8a394b53291..3cc8ce422ab1a245a746cc15401be505031f17c2 100644
(file)
--- a/
fs/nfsd/nfs4state.c
+++ b/
fs/nfsd/nfs4state.c
@@
-1326,8
+1326,6
@@
do_recall(void *__dp)
{
struct nfs4_delegation *dp = __dp;
- daemonize("nfsv4-recall");
-
nfsd4_cb_recall(dp);
return 0;
}