]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: remove support for deleted mount table entries
authorKarel Zak <kzak@redhat.com>
Tue, 4 Jan 2022 09:37:55 +0000 (10:37 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 4 Jan 2022 09:37:55 +0000 (10:37 +0100)
commit166e87368ae88bf31112a30e078cceae637f4cdb
treea6511e431297a84caaab2242a7193de4548ccaf1
parent355d3ef726278e03aa80430acc21d965d5c1566d
libmount: remove support for deleted mount table entries

The "(deleted)" suffix has been originally used by kernel for deleted
mountpoints. Since kernel commit 9d4d65748a5ca26ea8650e50ba521295549bf4e3
(Dec 2014) kernel does not use this suffix for mount stuff in /proc at
all. Let's remove this support from libmount too.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/docs/libmount-sections.txt
libmount/src/fs.c
libmount/src/libmount.h.in
libmount/src/libmount.sym
libmount/src/mountP.h
libmount/src/tab_parse.c
misc-utils/findmnt.c