commit | f91108b801ad7d7668c95841f4cb76494b2a9c8a | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <[email protected]> | Thu Jun 20 16:42:08 2019 +0200 |
committer | Jaegeuk Kim <[email protected]> | Tue Jul 02 15:40:41 2019 -0700 |
tree | 54d815eab17ed49dc3d784c2da87f54a771b1115 | |
parent | 2d821c12176bc1184701d548c987b2e2a39429ed [diff] |
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 <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>