Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56562
b: refs/heads/master
c: 550facd
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Trond Myklebust committed May 14, 2007
1 parent 1a53883 commit f85ed13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21051ba6259c519e20a7d575ddceb16e84ad2a5d
refs/heads/master: 550facd138d8f6b0ca683c1e894b5cd0f381cb63
2 changes: 1 addition & 1 deletion trunk/fs/lockd/clntlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ nlmclnt_recovery(struct nlm_host *host)
if (!host->h_reclaiming++) {
nlm_get_host(host);
__module_get(THIS_MODULE);
if (kernel_thread(reclaimer, host, CLONE_KERNEL) < 0)
if (kernel_thread(reclaimer, host, CLONE_FS | CLONE_FILES) < 0)
module_put(THIS_MODULE);
}
}
Expand Down

0 comments on commit f85ed13

Please sign in to comment.