summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2006-03-18 08:26:36 -0500
committerTheodore Ts'o <tytso@mit.edu>2006-03-18 08:26:36 -0500
commit7447921dff38ef06a78355c0a7a23df9392102a4 (patch)
tree73b67bdc9437fe491353c05bbeb135f66bbd935a /doc
parentcbb7f9c4f1d9581273e887ebab7a2c9c97249262 (diff)
downloade2fsprogs-7447921dff38ef06a78355c0a7a23df9392102a4.tar.gz
Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSE
Addresses Debian Bug #351268 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/libext2fs.texinfo2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 07241aed..81fffa3a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-18 Theodore Ts'o <tytso@mit.edu>
+
+ * libext2fs.texinfo (Iterating over blocks in an inode): Fix
+ BLOCK_FLAG_TRAVERSE so it is the correct
+ BLOCK_FLAG_DEPTH_TRAVERSE. (Addresses Debian Bug #351268)
+
2006-06-30 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.38
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index 0883539a..fb8bc9b1 100644
--- a/doc/libext2fs.texinfo
+++ b/doc/libext2fs.texinfo
@@ -516,7 +516,7 @@ blocks where the block number is zero (also known as ``holes''.) It is
also known as BLOCK_FLAG_APPEND, since it is also used by functions
such as ext2fs_expand_dir() to add a new block to an inode.
-@item BLOCK_FLAG_TRAVERSE
+@item BLOCK_FLAG_DEPTH_TRAVERSE
This flag indicates that the iterator function for the
indirect, doubly indirect, etc. blocks should be called after all
of the blocks containined in the indirect blocks are processed.