commit | a8cd925f74c3b1b6d1192f9e75f9d12cc2ab148a | [log] [tgz] |
---|---|---|
author | Jeff <jlayton@redhat.com> | Thu Sep 13 18:38:50 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Sep 13 18:38:50 2007 +0000 |
tree | 16ecee715df1a99f580ca0a1a5863af81e623075 | |
parent | 4efa53f0907bb4378015c129a2c11b8d3a90bce2 [diff] |
[CIFS] Respect umask when using POSIX mkdir When making a directory with POSIX mkdir calls, cifs_mkdir does not respect the umask. This patch causes the new POSIX mkdir to create with the right mode Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>