]> Pileus Git - ~andy/linux/blobdiff - mm/madvise.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[~andy/linux] / mm / madvise.c
index 93ee375b38e7edc7b414b7a2b6891411a45d0b0c..23a0ec3e0ea07bb0f37a001bc1f7e5a683172c22 100644 (file)
@@ -112,7 +112,7 @@ static long madvise_willneed(struct vm_area_struct * vma,
        if (!file)
                return -EBADF;
 
-       if (file->f_mapping->a_ops->get_xip_page) {
+       if (file->f_mapping->a_ops->get_xip_mem) {
                /* no bad return value, but ignore advice */
                return 0;
        }