X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fnfsd%2Fnfssvc.c;h=e6bfd96734c006587bd1709d0df48818c2065789;hb=d896b3120b3391a2f95b2b8ec636e3f594d7f9c4;hp=a2b65fc56dd662ee39a9023d322b5a6131cc8d8c;hpb=3bc1ad252d4f740a7600ded3bf7bee16043f052d;p=linux-2.6-microblaze.git diff --git a/fs/nfsd/nfssvc.c b/fs/nfsd/nfssvc.c index a2b65fc56dd6..e6bfd96734c0 100644 --- a/fs/nfsd/nfssvc.c +++ b/fs/nfsd/nfssvc.c @@ -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;