]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: remove the rw_flag domain from f2fs_io_info
authorGu Zheng <guz.fnst@cn.fujitsu.com>
Fri, 20 Dec 2013 10:17:49 +0000 (18:17 +0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 23 Dec 2013 01:18:07 +0000 (10:18 +0900)
commita02e7c1346b0f2cab789b5339f45105d9235c4ee
tree6570134b285d7e62c55c175fcb8ea9c1e1dbd912
parentb691e2d1ce2b3e346e92604add912c86e8037b9d
f2fs: remove the rw_flag domain from f2fs_io_info

When using the f2fs_io_info in the low level, we still need to merge the
rw and rw_flag, so use the rw to hold all the io flags directly,
and remove the rw_flag field.

ps.It is based on the previous patch:
f2fs: move all the bio initialization into __bio_alloc

Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/node.c
fs/f2fs/segment.c