commit | 5fb08372a689360b7db51b0cfb9a068fddf279a2 | [log] [tgz] |
---|---|---|
author | Gu Zheng <guz.fnst@cn.fujitsu.com> | Fri Jun 07 14:16:53 2013 +0800 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Jun 11 16:01:08 2013 +0900 |
tree | 1899d95dff9cde638d3f1d7a9b1a17546b1c531c | |
parent | 8ae8f1627f39bae505b90cade50cd8a911b8bda6 [diff] |
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>