Commit aab3a8c7 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Steve French

[CIFS] reindent misindented statement

Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 1fca2542
...@@ -546,7 +546,8 @@ int cifs_get_inode_info(struct inode **pinode, ...@@ -546,7 +546,8 @@ int cifs_get_inode_info(struct inode **pinode,
if ((inode->i_mode & S_IWUGO) == 0 && if ((inode->i_mode & S_IWUGO) == 0 &&
(attr & ATTR_READONLY) == 0) (attr & ATTR_READONLY) == 0)
inode->i_mode |= (S_IWUGO & default_mode); inode->i_mode |= (S_IWUGO & default_mode);
inode->i_mode &= ~S_IFMT;
inode->i_mode &= ~S_IFMT;
} }
/* clear write bits if ATTR_READONLY is set */ /* clear write bits if ATTR_READONLY is set */
if (attr & ATTR_READONLY) if (attr & ATTR_READONLY)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment