summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk.kim@samsung.com>2014-02-03 02:50:22 +0100
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2014-02-17 06:58:52 +0100
commit1b1f559fc362f96869b7e04ef9825b1039b9a67d (patch)
tree27587baf23c768fdd26dfdc615959bb6f243bd19 /fs/f2fs/recovery.c
parentf2fs: fix to recover xattr node block (diff)
downloadlinux-1b1f559fc362f96869b7e04ef9825b1039b9a67d.tar.xz
linux-1b1f559fc362f96869b7e04ef9825b1039b9a67d.zip
f2fs: remove the ugly pointer conversion
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: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/recovery.c')
0 files changed, 0 insertions, 0 deletions