Skip to content

Commit

Permalink
ext4: fix comments to say "ext4"
Browse files Browse the repository at this point in the history
Change second/third to fourth.

Signed-off-by: Shen Feng <shen@cn.fujitsu.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Shen Feng authored and Theodore Ts'o committed Jul 11, 2008
1 parent e7dfb24 commit 8a35694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fs/ext4/ext4.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "ext4_i.h"

/*
* The second extended filesystem constants/structures
* The fourth extended filesystem constants/structures
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion fs/ext4/ext4_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
__le32 i_data[15]; /* unconverted */
Expand Down
2 changes: 1 addition & 1 deletion fs/ext4/ext4_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/rbtree.h>

/*
* third extended-fs super-block data in memory
* fourth extended-fs super-block data in memory
*/
struct ext4_sb_info {
unsigned long s_desc_size; /* Size of a group descriptor in bytes */
Expand Down

0 comments on commit 8a35694

Please sign in to comment.