]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: add mnt_fs_streq_srcpath()
authorKarel Zak <kzak@redhat.com>
Fri, 2 Mar 2012 12:29:39 +0000 (13:29 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 2 Mar 2012 12:29:39 +0000 (13:29 +0100)
commitab8c6e056931440fcd432dc7977328a4d91aab92
tree5eb38800a0788b1f649c1c58a39b42826acd8479
parent41d6af28c3475987a085dc085c2348e22dc7fbdd
libmount: add mnt_fs_streq_srcpath()

We have to be careful with "none" or another dummy sources for pseudo
filesystems. These strings should be canonicalized or compared as a
paths.

The function is not exported by library API.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/fs.c
libmount/src/mountP.h
libmount/src/tab.c
libmount/src/tab_parse.c
sys-utils/mount.c