From: Steve French Date: Wed, 30 Nov 2005 06:38:43 +0000 (-0800) Subject: [CIFS] For previous fix, mode on mkdir needed S_IFDIR left out. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=25741b3e43151bc207dd2b850b0bb157c442682b;p=openwrt%2Fstaging%2Fblogic.git [CIFS] For previous fix, mode on mkdir needed S_IFDIR left out. Signed-off-by: Steve French --- diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index e8773461c7f7..411c1f7f84da 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c @@ -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 =