commit | 1b1f559fc362f96869b7e04ef9825b1039b9a67d | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Mon Feb 03 10:50:22 2014 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Mon Feb 17 14:58:52 2014 +0900 |
tree | 27587baf23c768fdd26dfdc615959bb6f243bd19 | |
parent | abb2366c82c3d2dac3d7e9a74332137da8fc9399 [diff] |
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>