Skip to content

Commit 324ddc7

Browse files
namjaejeonJaegeuk Kim
authored and
Jaegeuk Kim
committed
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 <[email protected]> Signed-off-by: Amit Sahrawat <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent a2b52a5 commit 324ddc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)