summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/inline.c')
-rw-r--r--fs/ext4/inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c
index 7c4165b88505..70cf4c7b268a 100644
--- a/fs/ext4/inline.c
+++ b/fs/ext4/inline.c
@@ -1487,7 +1487,7 @@ int ext4_read_inline_dir(struct file *file,
1487 * dirent right now. Scan from the start of the inline 1487 * dirent right now. Scan from the start of the inline
1488 * dir to make sure. 1488 * dir to make sure.
1489 */ 1489 */
1490 if (inode_cmp_iversion(inode, file->f_version)) { 1490 if (!inode_eq_iversion(inode, file->f_version)) {
1491 for (i = 0; i < extra_size && i < offset;) { 1491 for (i = 0; i < extra_size && i < offset;) {
1492 /* 1492 /*
1493 * "." is with offset 0 and 1493 * "." is with offset 0 and