Skip to content

Commit fc672f9

Browse files
Namjae JeonHashcode
authored andcommitted
f2fs: fix typo mistake for data_version description
In f2fs_inode_info structure, the description for data_version has a typo mistake. It should be latest instead of lastes. So, correcting that. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
1 parent 58b3aa3 commit fc672f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/f2fs/f2fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ struct f2fs_inode_info {
141141

142142
/* Use below internally in f2fs*/
143143
unsigned long flags; /* use to pass per-file flags */
144-
unsigned long long data_version;/* lastes version of data for fsync */
144+
unsigned long long data_version;/* latest version of data for fsync */
145145
atomic_t dirty_dents; /* # of dirty dentry pages */
146146
f2fs_hash_t chash; /* hash value of given file name */
147147
unsigned int clevel; /* maximum level of given file name */

0 commit comments

Comments
 (0)