Helge Hafting <helgehaf@xxxxxxxxxxxxx> wrote:"cat > some_new_file" worked fine on NFS with this patch. I'll keep using
I observed an oddity on a nfs-mounted fs while using 2.6.11-rc5-mm1.
Could you try this please?
--- 25/fs/nfs/nfs3proc.c~nfsacl-acl-umask-handling-workaround-in-nfs-client-fix 2005-03-02 08:49:59.000000000 -0800
+++ 25-akpm/fs/nfs/nfs3proc.c 2005-03-02 08:49:59.000000000 -0800
@@ -423,6 +423,9 @@ exit:
if (!inode)
goto out;
status = nfs3_set_default_acl(dir, inode, mode);
+ if (status)
+ goto out;
+ return inode;
}
out:
return ERR_PTR(status);
_