aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/xattr.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-01-25 04:41:47 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-25 04:41:47 -0800
commit53a6bb2fc2d1a6664f205a86eb582dc1294ba337 (patch)
tree25b3b5e081ead41792a20ac0276088dd60113e57 /fs/ext3/xattr.c
parenta1364167f67b2043c9c322f255baa293b7763cda (diff)
downloadhistory-53a6bb2fc2d1a6664f205a86eb582dc1294ba337.tar.gz
[PATCH] ext3/ea: documentation fix
In-inode xattr entry descriptors are unsorted. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/ext3/xattr.c')
-rw-r--r--fs/ext3/xattr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext3/xattr.c b/fs/ext3/xattr.c
index 67e65b132f318a..98555e51cc2fbc 100644
--- a/fs/ext3/xattr.c
+++ b/fs/ext3/xattr.c
@@ -37,9 +37,9 @@
* | value 2 | |
* +------------------+
*
- * The header is followed by multiple entry descriptors. Descriptors are
- * kept sorted. The attribute values are aligned to the end of the block
- * in no specific order.
+ * The header is followed by multiple entry descriptors. In disk blocks, the
+ * entry descriptors are kept sorted. In inodes, they are unsorted. The
+ * attribute values are aligned to the end of the block in no specific order.
*
* Locking strategy
* ----------------