Searched hist:f91108b801ad7d7668c95841f4cb76494b2a9c8a (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | segment.h | diff f91108b801ad7d7668c95841f4cb76494b2a9c8a Thu Jun 20 09:42:08 CDT 2019 Geert Uytterhoeven <geert@linux-m68k.org> f2fs: Use DIV_ROUND_UP() instead of open-coding
Replace the open-coded divisions with round-up by calls to the DIV_ROUND_UP() helper macro.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | file.c | diff f91108b801ad7d7668c95841f4cb76494b2a9c8a Thu Jun 20 09:42:08 CDT 2019 Geert Uytterhoeven <geert@linux-m68k.org> f2fs: Use DIV_ROUND_UP() instead of open-coding
Replace the open-coded divisions with round-up by calls to the DIV_ROUND_UP() helper macro.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff f91108b801ad7d7668c95841f4cb76494b2a9c8a Thu Jun 20 09:42:08 CDT 2019 Geert Uytterhoeven <geert@linux-m68k.org> f2fs: Use DIV_ROUND_UP() instead of open-coding
Replace the open-coded divisions with round-up by calls to the DIV_ROUND_UP() helper macro.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|