Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / fs / affs / dir.c
index d180b46..b2bf701 100644 (file)
@@ -81,7 +81,7 @@ affs_readdir(struct file *file, struct dir_context *ctx)
         * we can jump directly to where we left off.
         */
        ino = (u32)(long)file->private_data;
-       if (ino && inode_cmp_iversion(inode, file->f_version) == 0) {
+       if (ino && inode_eq_iversion(inode, file->f_version)) {
                pr_debug("readdir() left off=%d\n", ino);
                goto inside;
        }