Commit 8a35694e authored by Shen Feng's avatar Shen Feng Committed by Theodore Ts'o

ext4: fix comments to say "ext4"

Change second/third to fourth.
Signed-off-by: default avatarShen Feng <shen@cn.fujitsu.com>
Signed-off-by: default avatarMingming Cao <cmm@us.ibm.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent e7dfb246
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "ext4_i.h" #include "ext4_i.h"
/* /*
* The second extended filesystem constants/structures * The fourth extended filesystem constants/structures
*/ */
/* /*
......
...@@ -79,7 +79,7 @@ struct ext4_ext_cache { ...@@ -79,7 +79,7 @@ struct ext4_ext_cache {
}; };
/* /*
* third extended file system inode data in memory * fourth extended file system inode data in memory
*/ */
struct ext4_inode_info { struct ext4_inode_info {
__le32 i_data[15]; /* unconverted */ __le32 i_data[15]; /* unconverted */
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <linux/rbtree.h> #include <linux/rbtree.h>
/* /*
* third extended-fs super-block data in memory * fourth extended-fs super-block data in memory
*/ */
struct ext4_sb_info { struct ext4_sb_info {
unsigned long s_desc_size; /* Size of a group descriptor in bytes */ unsigned long s_desc_size; /* Size of a group descriptor in bytes */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment