浏览代码

[CIFS] reindent misindented statement

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Ilpo Järvinen 16 年之前
父节点
当前提交
aab3a8c7a3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      fs/cifs/inode.c

+ 2 - 1
fs/cifs/inode.c

@@ -546,7 +546,8 @@ int cifs_get_inode_info(struct inode **pinode,
 		if ((inode->i_mode & S_IWUGO) == 0 &&
 		    (attr & ATTR_READONLY) == 0)
 			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 */
 	if (attr & ATTR_READONLY)