]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[CIFS] reindent misindented statement
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Tue, 19 Aug 2008 14:23:37 +0000 (14:23 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 19 Aug 2008 14:23:37 +0000 (14:23 +0000)
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/inode.c

index 848286861c314737961cc91f55f3e574930a17a7..9c548f110102ad89d8c507b1e325e2ab2f95d3a9 100644 (file)
@@ -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)