]> git.ipfire.org Git - thirdparty/util-linux.git/commit
findmnt: (verify) ignore passno for btrfs
authorKarel Zak <kzak@redhat.com>
Fri, 21 Jan 2022 11:10:44 +0000 (12:10 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 21 Jan 2022 11:10:44 +0000 (12:10 +0100)
commit0b2cd9dc7363cd1141632ea986f8804338c67dc8
treee197ab513c9e722bc7326bc87796aeabbb5a80ff
parentc3ad1845ae35d45120c0051aebecf835a9fd76e7
findmnt: (verify) ignore passno for btrfs

 "Traditional filesystems need to run their respective fsck utility in case
 the filesystem was not unmounted cleanly and the log needs to be replayed
 before mount. This is not needed for btrfs. You should set fs_passno to 0."

 https://btrfs.wiki.kernel.org/index.php/FAQ#When_will_Btrfs_have_a_fsck_like_tool.3F"

Fixes: https://github.com/util-linux/util-linux/issues/1575
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/findmnt-verify.c