Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
[linux-2.6-microblaze.git] / fs / nfsd / nfssvc.c
index a2b65fc..e6bfd96 100644 (file)
@@ -661,8 +661,8 @@ nfsd(void *vrqstp)
        mutex_lock(&nfsd_mutex);
 
        /* At this point, the thread shares current->fs
-        * with the init process. We need to create files with a
-        * umask of 0 instead of init's umask. */
+        * with the init process. We need to create files with the
+        * umask as defined by the client instead of init's umask. */
        if (unshare_fs_struct() < 0) {
                printk("Unable to start nfsd thread: out of memory\n");
                goto out;