From: Gu Zheng Date: Fri, 20 Dec 2013 10:17:49 +0000 (+0800) Subject: f2fs: remove the rw_flag domain from f2fs_io_info X-Git-Tag: v3.14-rc1~122^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e8f23081ab3a11de90d7389f2c6fd44676c8df9;p=pandora-kernel.git 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 Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed