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)
commit7e8f23081ab3a11de90d7389f2c6fd44676c8df9
tree6570134b285d7e62c55c175fcb8ea9c1e1dbd912
parent940a6d34b31b96f0748a4b688a551a0890b2b229
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