From 5fb08372a689360b7db51b0cfb9a068fddf279a2 Mon Sep 17 00:00:00 2001 From: Gu Zheng Date: Fri, 7 Jun 2013 14:16:53 +0800 Subject: [PATCH] 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-format-patch failed