From 2daef873d89c85f04421ebfcc73f0e02f50538d8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 9 Aug 2011 14:46:28 +0200 Subject: [PATCH] docs: update TODO file Signed-off-by: Karel Zak --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 1016fc3026..8341b94d25 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,14 @@ libmount (mount/umount) features should be implemented to libmount or to the new mount/umount implementation in the libmount/samples/ directory. + - (!) on systems with regular mtab file it is impossible to umount by "umount + /dev/loop0" if the loop device has been created by "mount -o loop", because + there is backing file in the mtab (instead of the device name). + + Now we have all necessary information in /sysfs so it should be possible to + translate the device name to backing file and then search in mtab for the + filename. See loopdev_get_loopfile(). + - (!!!) add libmount based umount(8) (see libmount/samples/ where is new mount(8) implementation. -- 2.47.2