From: Changman Lee Date: Mon, 12 May 2014 03:27:43 +0000 (+0900) Subject: f2fs: large volume support X-Git-Tag: omap-for-v3.16/fixes-against-rc1~73^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dbe4152168d44fa164edbdc9f1243de70b98f7a;p=pandora-kernel.git f2fs: large volume support f2fs's cp has one page which consists of struct f2fs_checkpoint and version bitmap of sit and nat. To support lots of segments, we need more blocks for sit bitmap. So let's arrange sit bitmap as following: +-----------------+------------+ | f2fs_checkpoint | sit bitmap | | + nat bitmap | | +-----------------+------------+ 0 4k N blocks Signed-off-by: Changman Lee [Jaegeuk Kim: simple code change for readability] Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed