]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/ntfs/runlist.c
Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
[linux.git] / fs / ntfs / runlist.c
index 508744a93180064e9ae0f1352a3fde5b2f792e98..97932fb5179cd436bbca40c4fefe5d35e33b7514 100644 (file)
@@ -951,7 +951,7 @@ runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol,
        }
        /* Now combine the new and old runlists checking for overlaps. */
        old_rl = ntfs_runlists_merge(old_rl, rl);
-       if (likely(!IS_ERR(old_rl)))
+       if (!IS_ERR(old_rl))
                return old_rl;
        ntfs_free(rl);
        ntfs_error(vol->sb, "Failed to merge runlists.");