Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1708431
| From | Chao Yu <yuchao0@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/1] f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] |
| Date | 2017-08-10 12:50 +0200 |
| Message-ID | <ucTco-4sX-33@gated-at.bofh.it> (permalink) |
| References | <ucvto-5f3-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 2017/8/9 17:27, sunqiuyang wrote: > From: Qiuyang Sun <sunqiuyang@huawei.com> > > 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>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/1] f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] sunqiuyang <sunqiuyang@huawei.com> - 2017-08-09 11:30 +0200 Re: [PATCH 1/1] f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO] Chao Yu <yuchao0@huawei.com> - 2017-08-10 12:50 +0200
csiph-web