libmount: add comment, remove TODO item

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-12-10 11:45:31 +01:00
parent 96c6ccd554
commit 0f1cbe9430
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,6 @@
Note that items with (!) have high priority.
canonicalize
------------
- reimplement realpath(3) (for lib/canonicalize()) to use fstatat(AT_NO_AUTOMOUNT)
lsblk
-----
- currently it does not show mountpoint for all devices in btrfs RAID. It's because

View File

@ -162,6 +162,10 @@ err:
/* Check if there is something important in the utab file. The parsed utab is
* stored in context->utab and deallocated by mnt_free_context().
*
* This function exists to avoid (if possible) /proc/self/mountinfo usage, so
* don't use thigs like mnt_resolve_target(), mnt_context_get_mtab() etc here.
* See lookup_umount_fs() for more details.
*/
static int has_utab_entry(struct libmnt_context *cxt, const char *target)
{