]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: cleanup libmnt_fs list after mnt_table_remove_fs()
authorKarel Zak <kzak@redhat.com>
Thu, 22 Aug 2013 09:57:06 +0000 (11:57 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 22 Aug 2013 09:57:06 +0000 (11:57 +0200)
commit14104e931e90e224be8139a4a20848cd4001d0ef
tree7848a5b5b9a467605965ddb0bf360d92dbd78a4c
parent20b222ec5c6bd4dbfc3d88efdb4b32839629efb3
libmount: cleanup libmnt_fs list after mnt_table_remove_fs()

.. otherwise mnt_free_fs() will try to remove FS from non-existing
list.

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