diff options
author | Shen Feng <shen@cn.fujitsu.com> | 2008-07-12 01:27:31 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-07-12 01:27:31 +0200 |
commit | 8a35694e1181a5c6d6496dca09407fc7fa4c86c2 (patch) | |
tree | ea7265e5dfd36acf9a41858b106c574d679be9ba /fs/ext4/ext4_i.h | |
parent | ext4: Fix mb_find_next_bit not to return larger than max (diff) | |
download | linux-8a35694e1181a5c6d6496dca09407fc7fa4c86c2.tar.xz linux-8a35694e1181a5c6d6496dca09407fc7fa4c86c2.zip |
ext4: fix comments to say "ext4"
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>
Diffstat (limited to 'fs/ext4/ext4_i.h')
-rw-r--r-- | fs/ext4/ext4_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4_i.h b/fs/ext4/ext4_i.h index 26a4ae255d79..abf2744164e0 100644 --- a/fs/ext4/ext4_i.h +++ b/fs/ext4/ext4_i.h @@ -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 */ |