From: Dave Hansen Date: Mon, 16 Jul 2007 06:41:14 +0000 (-0700) Subject: ext3: remove extra IS_RDONLY() check X-Git-Tag: v2.6.23-rc1~851 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a68e30d28dbc6981dfc3d6ceddbfa2f885fe4e;p=pandora-kernel.git ext3: remove extra IS_RDONLY() check ext3_change_inode_journal_flag() is only called from one location: ext3_ioctl(EXT3_IOC_SETFLAGS). That ioctl case already has a IS_RDONLY() call in it so this one is superfluous. Signed-off-by: Dave Hansen Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed