projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a86dc49
)
NFSv4: Remove BKL from the nfsv4 state recovery
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 11 Jun 2008 19:44:26 +0000
(15:44 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 15 Jul 2008 22:10:57 +0000
(18:10 -0400)
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4state.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/nfs4state.c
b/fs/nfs/nfs4state.c
index 856a8934f610ef4addd8ea4b51deb5d918dd5e53..401ef8b28f979231cc291ad016586abd353eff42 100644
(file)
--- a/
fs/nfs/nfs4state.c
+++ b/
fs/nfs/nfs4state.c
@@
-940,7
+940,6
@@
static int reclaimer(void *ptr)
allow_signal(SIGKILL);
/* Ensure exclusive access to NFSv4 state */
- lock_kernel();
down_write(&clp->cl_sem);
/* Are there any NFS mounts out there? */
if (list_empty(&clp->cl_superblocks))
@@
-1000,7
+999,6
@@
restart_loop:
nfs_delegation_reap_unclaimed(clp);
out:
up_write(&clp->cl_sem);
- unlock_kernel();
if (status == -NFS4ERR_CB_PATH_DOWN)
nfs_handle_cb_pathdown(clp);
nfs4_clear_recover_bit(clp);