]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: support name=value for mnt_match_options()
authorKarel Zak <kzak@redhat.com>
Tue, 20 Dec 2016 15:01:22 +0000 (16:01 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 20 Dec 2016 15:01:22 +0000 (16:01 +0100)
commit7d395c75d1b7df677c26ef20628698247e3f216e
tree79221ac09fcc1866d3e761bd689af1e010dbe007
parentdb17f201b88903267175be4671efc6b7f71d9b88
libmount: support name=value for mnt_match_options()

$ findmnt --options mode=755
TARGET         SOURCE FSTYPE   OPTIONS
/sys/fs/cgroup tmpfs  tmpfs    rw,nosuid,nodev,noexec,relatime,mode=755
/dev           udev   devtmpfs rw,relatime,size=1983516k,nr_inodes=495879,mode=755

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/optstr.c