• C
    f2fs: large volume support · 1dbe4152
    Changman Lee 提交于
    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: NChangman Lee <cm224.lee@samsung.com>
    [Jaegeuk Kim: simple code change for readability]
    Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
    1dbe4152
f2fs.h 42.4 KB