summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2011-08-09 14:46:28 +0200
committerKarel Zak2011-08-09 14:46:28 +0200
commit2daef873d89c85f04421ebfcc73f0e02f50538d8 (patch)
tree7c5edd73322f3aac20d87c435e571fb040b6cdb7 /TODO
parentswapon: missing separator in swapon -s command (diff)
downloadkernel-qcow2-util-linux-2daef873d89c85f04421ebfcc73f0e02f50538d8.tar.gz
kernel-qcow2-util-linux-2daef873d89c85f04421ebfcc73f0e02f50538d8.tar.xz
kernel-qcow2-util-linux-2daef873d89c85f04421ebfcc73f0e02f50538d8.zip
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1016fc302..8341b94d2 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.