1 ext4: fix comments to say "ext4"
3 From: Shen Feng <shen@cn.fujitsu.com>
5 Change second/third to fourth.
7 Signed-off-by: Shen Feng <shen@cn.fujitsu.com>
8 Signed-off-by: Mingming Cao <cmm@us.ibm.com>
9 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
12 fs/ext4/ext4_i.h | 2 +-
13 fs/ext4/ext4_sb.h | 2 +-
14 3 files changed, 3 insertions(+), 3 deletions(-)
16 Index: linux-2.6.26-rc6/fs/ext4/ext4.h
17 ===================================================================
18 --- linux-2.6.26-rc6.orig/fs/ext4/ext4.h 2008-06-17 10:43:22.000000000 -0700
19 +++ linux-2.6.26-rc6/fs/ext4/ext4.h 2008-06-17 10:43:22.000000000 -0700
24 - * The second extended filesystem constants/structures
25 + * The fourth extended filesystem constants/structures
29 Index: linux-2.6.26-rc6/fs/ext4/ext4_i.h
30 ===================================================================
31 --- linux-2.6.26-rc6.orig/fs/ext4/ext4_i.h 2008-06-17 10:43:22.000000000 -0700
32 +++ linux-2.6.26-rc6/fs/ext4/ext4_i.h 2008-06-17 10:43:22.000000000 -0700
33 @@ -79,7 +79,7 @@ struct ext4_ext_cache {
37 - * third extended file system inode data in memory
38 + * fourth extended file system inode data in memory
40 struct ext4_inode_info {
41 __le32 i_data[15]; /* unconverted */
42 Index: linux-2.6.26-rc6/fs/ext4/ext4_sb.h
43 ===================================================================
44 --- linux-2.6.26-rc6.orig/fs/ext4/ext4_sb.h 2008-06-17 10:43:22.000000000 -0700
45 +++ linux-2.6.26-rc6/fs/ext4/ext4_sb.h 2008-06-17 10:43:22.000000000 -0700
47 #include <linux/rbtree.h>
50 - * third extended-fs super-block data in memory
51 + * fourth extended-fs super-block data in memory
54 unsigned long s_desc_size; /* Size of a group descriptor in bytes */