Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25741b3e authored by Steve French's avatar Steve French
Browse files

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



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 2a138ebb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -770,6 +770,7 @@ int cifs_mkdir(struct inode *inode, struct dentry *direntry, int mode)
						 -1, -1, local_nls); */
			if(direntry->d_inode) {
				direntry->d_inode->i_mode = mode;
				direntry->d_inode->i_mode |= S_IFDIR;
				if(cifs_sb->mnt_cifs_flags & 
				     CIFS_MOUNT_SET_UID) {
					direntry->d_inode->i_uid =