From: Namjae Jeon Date: Sat, 12 Jan 2013 05:41:13 +0000 (+0900) Subject: f2fs: remove redundant call to set_blocksize in f2fs_fill_super X-Git-Tag: v3.8-rc5~24^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9234ad4e974768455071c91bd76402e4af8a28;p=pandora-kernel.git f2fs: remove redundant call to set_blocksize in f2fs_fill_super Since, f2fs supports only 4KB blocksize, which is set at the beginning in f2fs_fill_super. So, we do not need to again check this blocksize setting in such case. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed