TODO: add an entry about interruptions
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 20 Nov 2012 09:28:43 +0000 (11:28 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 20 Nov 2012 14:55:20 +0000 (16:55 +0200)
Change-Id: Icd9f43eb8b9b9c48624cfaf4553b9fa2acf5f509
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
TODO

diff --git a/TODO b/TODO
index 01e0689..64ecda9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
 1. bmaptool create is slow and can be improved if we use the FIEMAP ioctl
    better. Currently we are calling it for each block.
 2. Create a test-suite
+3. When bmaptool is killed or Ctrl-C'ed half-way through, it should delete
+   the files it creates.