]> git.ipfire.org Git - thirdparty/util-linux.git/commit
findmnt: add optional argument to --kernel
authorKarel Zak <kzak@redhat.com>
Mon, 16 Sep 2024 09:36:41 +0000 (11:36 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:57:43 +0000 (13:57 +0100)
commit841d15e5d13dd0cc56e450c8dcc592211d66be27
treecbf5926df36d1803f6c1bd22b14d8ca23a542651
parent3dd652e27175edf3de1b7bdba30bbb1b51c51a83
findmnt: add optional argument to --kernel

The number of methods for reading mount nodes from the kernel is
increasing. We need a way to specify the method on the findmnt(1)
command line.

Currently, findmnt only supports the "mountinfo" method. Another
method will be added in a separate commit.

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/findmnt.c