From: Jaegeuk Kim Date: Mon, 3 Feb 2014 01:50:22 +0000 (+0900) Subject: f2fs: remove the ugly pointer conversion X-Git-Tag: v3.15-rc1~62^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b1f559fc362f96869b7e04ef9825b1039b9a67d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed