Searched hist:"1 b1f559fc362f96869b7e04ef9825b1039b9a67d" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | data.c | diff 1b1f559fc362f96869b7e04ef9825b1039b9a67d Sun Feb 02 19:50:22 CST 2014 Jaegeuk Kim <jaegeuk.kim@samsung.com> 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>
|
H A D | f2fs.h | diff 1b1f559fc362f96869b7e04ef9825b1039b9a67d Sun Feb 02 19:50:22 CST 2014 Jaegeuk Kim <jaegeuk.kim@samsung.com> 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>
|