• J
    f2fs: remove the ugly pointer conversion · 1b1f559f
    Jaegeuk Kim 提交于
    This patch modifies the use of bi_private to remove pointer chasing for sbi.
    Previously, we had a bi_private structure, but it needs memory allocation.
    So this patch uses bi_private by the sbi pointer and adds a completion pointer
    into the sbi.
    This can achieve no memory allocation and nice use of the bi_private.
    Signed-off-by: NJaegeuk Kim <jaegeuk.kim@samsung.com>
    1b1f559f
data.c 25.4 KB