summaryrefslogtreecommitdiffstats
path: root/include/linux/ext4_jbd2.h
diff options
context:
space:
mode:
authorRandy Dunlap2006-10-11 10:21:07 +0200
committerLinus Torvalds2006-10-11 20:14:16 +0200
commitd0d856e8bd6e697cb44b2b4dd038f3bec576a70e (patch)
treec069f410d607e40faf30107efe719dc2d068283b /include/linux/ext4_jbd2.h
parent[PATCH] ext4: uninitialised extent handling (diff)
downloadkernel-qcow2-linux-d0d856e8bd6e697cb44b2b4dd038f3bec576a70e.tar.gz
kernel-qcow2-linux-d0d856e8bd6e697cb44b2b4dd038f3bec576a70e.tar.xz
kernel-qcow2-linux-d0d856e8bd6e697cb44b2b4dd038f3bec576a70e.zip
[PATCH] ext4: clean up comments in ext4-extents patch
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/ext4_jbd2.h')
-rw-r--r--include/linux/ext4_jbd2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ext4_jbd2.h b/include/linux/ext4_jbd2.h
index aa273f024ad0..f69af60d7692 100644
--- a/include/linux/ext4_jbd2.h
+++ b/include/linux/ext4_jbd2.h
@@ -28,8 +28,8 @@
* indirection blocks, the group and superblock summaries, and the data
* block to complete the transaction.
*
- * For extents-enabled fs we may have to allocate and modify upto
- * 5 levels of tree + root which is stored in inode. */
+ * For extents-enabled fs we may have to allocate and modify up to
+ * 5 levels of tree + root which are stored in the inode. */
#define EXT4_SINGLEDATA_TRANS_BLOCKS(sb) \
(EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_EXTENTS) \