Qiuyang Sun f2220c7f15 f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
Currently, the two flags F2FS_GET_BLOCK_[READ|DIO] are totally equivalent
and can be used interchangably in all scenarios they are involved in.
Neither of the flags is referenced in f2fs_map_blocks(), making them both
the default case. To remove the ambiguity, this patch merges both flags
into F2FS_GET_BLOCK_DEFAULT, and introduces an enum for all distinct flags.

Signed-off-by: Qiuyang Sun <sunqiuyang@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2017-08-21 15:55:02 -07:00
..
2016-09-14 16:52:36 -07:00
2017-08-21 15:54:48 -07:00
2017-08-09 21:43:58 -07:00
2017-08-03 19:09:26 -07:00
2017-07-31 16:48:32 -07:00
2017-08-09 21:43:58 -07:00
2017-08-21 15:54:48 -07:00
2017-08-15 10:40:11 -07:00
2017-08-21 15:54:48 -07:00
2017-07-26 19:34:30 -07:00