diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2014-02-03 10:50:22 +0900 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2015-05-02 14:36:16 +0200 |
commit | 9c151ee32dab6cd48f99e5d6d8ca00eab1ca6ddf (patch) | |
tree | 6c7bdd2b2b22a1829384d1dcc6a0449b272ab842 /fs/sysv | |
parent | ae661c2f587b351535fb9e1a82bb5eb413c85c8c (diff) | |
download | kernel_samsung_tuna-9c151ee32dab6cd48f99e5d6d8ca00eab1ca6ddf.zip kernel_samsung_tuna-9c151ee32dab6cd48f99e5d6d8ca00eab1ca6ddf.tar.gz kernel_samsung_tuna-9c151ee32dab6cd48f99e5d6d8ca00eab1ca6ddf.tar.bz2 |
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>
Conflicts:
fs/f2fs/data.c
Diffstat (limited to 'fs/sysv')
0 files changed, 0 insertions, 0 deletions