]> git.sesse.net Git - bcachefs-tools-debian/commit
Grab math.h from kernel source tree
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 28 May 2021 01:11:27 +0000 (21:11 -0400)
committerKent Overstreet <kent.overstreet@gmail.com>
Fri, 28 May 2021 01:12:13 +0000 (21:12 -0400)
commit27d75d929f0374b69f0161bfb6791a9fff000a21
treef541927c4fbf59eb27ee485d0cae8ad31f694115
parent617535ce856b671a0b8b3d168e39a53796a01a57
Grab math.h from kernel source tree

This gets us round_up() and round_down()

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
include/linux/kernel.h
include/linux/math.h [new file with mode: 0644]