summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-17 15:50:36 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-17 16:08:14 +0100
commitd6e1d82267d935f0635d3374e93bdb676701baa7 (patch)
treefed08a28a5a76016d044d9c2f3a8180b0299a71d
parent92a0ac50371d038d53a8aa9a8c8fd0b6ef57e88b (diff)
downloadlibguestfs-d6e1d82267d935f0635d3374e93bdb676701baa7.tar.gz
libguestfs-d6e1d82267d935f0635d3374e93bdb676701baa7.tar.xz
libguestfs-d6e1d82267d935f0635d3374e93bdb676701baa7.zip
todo: Suggest full mke2fs API call.
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 88cf0911..236d178c 100644
--- a/TODO
+++ b/TODO
@@ -566,3 +566,9 @@ guestfs_download (and others). This change should be transparent from
the p.o.v of the API and ABI.
- guestfs_readdir
+
+mke2fs
+------
+
+Add a mke2fs API call allowing full configuration of filesystems.
+Then fix tests/bigdirs/test-big-dirs.pl to use it.