From: Gu Zheng Date: Fri, 7 Jun 2013 06:16:53 +0000 (+0800) Subject: f2fs: set sb->s_fs_info before calling parse_options() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb08372a689360b7db51b0cfb9a068fddf279a2;p=pandora-kernel.git f2fs: set sb->s_fs_info before calling parse_options() In f2fs_fill_super(), set sb->s_fs_info before calling parse_options(), then we can get f2fs_sb_info via F2FS_SB(sb) in parse_options(). So that the second argument "sbi" of func parse_options() is no longer needed. Signed-off-by: Gu Zheng Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed