]> git.sesse.net Git - bcachefs-tools-debian/commit
fsck: Automatically use kernel fsck when better version match
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 12 Feb 2024 02:42:14 +0000 (21:42 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 12 Feb 2024 20:52:26 +0000 (15:52 -0500)
commitcd4cbfc6273b930125f9f56a7367ec8610dd9a49
tree4ff25ce91fbe7bbab6906f4bf8e2d3b051581230
parentb03f7b606fb11c717d64389f15a010a74d7b9481
fsck: Automatically use kernel fsck when better version match

To avoid expensive version upgrades and downgrades - use the kernel
version of fsck when it's availale and a better match.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
c_src/cmd_fsck.c