]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/lockd/clntlock.c
sysfs: add copyrights
[linux-2.6-omap-h63xx.git] / fs / lockd / clntlock.c
index f4d45d4d835b9ff77531d896ababeecf6b090f5d..d070b18e539dac18a8e452bff19524e74b1d793e 100644 (file)
@@ -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);
        }
 }