Commit 1b1f559f authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

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: default avatarJaegeuk Kim <jaegeuk.kim@samsung.com>
parent abb2366c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment