ath: fix incorrect PPB on FCC radar type 5
[cascardo/linux.git] / mm / madvise.c
index 0938b30..a271adc 100644 (file)
@@ -326,7 +326,7 @@ static long madvise_remove(struct vm_area_struct *vma,
         */
        get_file(f);
        up_read(&current->mm->mmap_sem);
-       error = do_fallocate(f,
+       error = vfs_fallocate(f,
                                FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
                                offset, end - start);
        fput(f);