]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hardlink: implement --mount
authorKarel Zak <kzak@redhat.com>
Thu, 31 Oct 2024 10:21:20 +0000 (11:21 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 31 Oct 2024 10:21:20 +0000 (11:21 +0100)
commit35b67be1956ee0edbc938eb5971a43712e2a0475
tree298873dee597d04e55b33d06e3ac9a7191e1c033
parent657a721be68c80fb106e04118dca16c52b2dfab1
hardlink: implement --mount

Let's export another feature of nftw() to the hardlink command line.
In this case, we will force the file-tree-walk to stay within the same
filesystem.

Addresses: https://github.com/util-linux/util-linux/discussions/3244
Signed-off-by: Karel Zak <kzak@redhat.com>
bash-completion/hardlink
misc-utils/hardlink.1.adoc
misc-utils/hardlink.c