f2fs: introduce function read_raw_super_block()
authorGu Zheng <guz.fnst@cn.fujitsu.com>
Mon, 14 Oct 2013 10:47:11 +0000 (18:47 +0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Fri, 18 Oct 2013 00:44:13 +0000 (09:44 +0900)
commit9076a75f8e0f23ab64e2f34eb6be144e81f00a3e
tree9716694cb187d4e1603cbed53a3ff24e6bebeb28
parentb1838f8952123842b00d6f8979e0f19a3b680e87
f2fs: introduce function read_raw_super_block()

Introduce function read_raw_super_block() to hide reading raw super block and
the retry routine if the first sb is invalid.

Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/super.c