]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
f2fs: introduce {page,io}_is_mergeable() for readability
authorChao Yu <yuchao0@huawei.com>
Fri, 12 Jul 2019 08:55:41 +0000 (16:55 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 23 Aug 2019 14:57:03 +0000 (07:57 -0700)
commit8896cbdfed0ca34452252b72d6ee97bcfca9abd2
treec95bedd6737c211709fee0c4c3ec8879ebf760ce
parent75a037f3604ceb781ae23167e0cdfbe5d71533d7
f2fs: introduce {page,io}_is_mergeable() for readability

Wrap merge condition into function for readability, no logic change.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c