f2fs: set sb->s_fs_info before calling parse_options()
authorGu Zheng <guz.fnst@cn.fujitsu.com>
Fri, 7 Jun 2013 06:16:53 +0000 (14:16 +0800)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:43:50 +0000 (11:43 +0900)
commit3e2e04065ba8e6e3e9fe712bd2368fb5716bfd5b
tree324ff126b990e0b38374363df5b98c5aed49ed7d
parentf91d88f9a90175c7e0a395aa04918cb13f26c59d
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 <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/super.c