]> git.ipfire.org Git - thirdparty/util-linux.git/commit
findmnt: test for fstype/options/maj:min before source and target
authorKarel Zak <kzak@redhat.com>
Mon, 24 Jun 2013 11:28:06 +0000 (13:28 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 30 Jul 2013 09:00:18 +0000 (11:00 +0200)
commitacfd04b7c3cb11333578eead7eb08a69bdcfb8a1
treef5be6787a1187d49ca90da95728a2fe0386d21f9
parentbc7a5ac6587771a7c671bd619580cb01d063cffa
findmnt: test for fstype/options/maj:min before source and target

This change allows to exclude for example NFS mountpoint:

  findmnt --fstab --target /mnt/foo --type nonfs

to stall on a stalled nfs mount.

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