Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[CIFS] For previous fix, mode on mkdir needed S_IFDIR left out.

Signed-off-by: Steve French <sfrench@us.ibm.com>

+1
+1
fs/cifs/inode.c
··· 770 770 -1, -1, local_nls); */ 771 771 if(direntry->d_inode) { 772 772 direntry->d_inode->i_mode = mode; 773 + direntry->d_inode->i_mode |= S_IFDIR; 773 774 if(cifs_sb->mnt_cifs_flags & 774 775 CIFS_MOUNT_SET_UID) { 775 776 direntry->d_inode->i_uid =