From: Ilpo Järvinen Date: Tue, 19 Aug 2008 14:23:37 +0000 (+0000) Subject: [CIFS] reindent misindented statement X-Git-Tag: v2.6.27-rc5~27^2~5 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=aab3a8c7a3a6a001dd439ed00d4db17a1059803e;p=linux-2.6-omap-h63xx.git [CIFS] reindent misindented statement Signed-off-by: Ilpo Järvinen Signed-off-by: Steve French --- diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 848286861c3..9c548f11010 100644 --- a/fs/cifs/inode.c +++ b/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)