VFS: Rename do_fallocate() to vfs_fallocate()
[deliverable/linux.git] / drivers / staging / android / ashmem.c
index ad4f5790a76f5005fbb9d55fcf67cb85bf887770..27eecfe1c410650984304032e5bc4289bcabc5cc 100644 (file)
@@ -446,7 +446,7 @@ ashmem_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
                loff_t start = range->pgstart * PAGE_SIZE;
                loff_t end = (range->pgend + 1) * PAGE_SIZE;
 
-               do_fallocate(range->asma->file,
+               vfs_fallocate(range->asma->file,
                                FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
                                start, end - start);
                range->purged = ASHMEM_WAS_PURGED;
This page took 0.029142 seconds and 5 git commands to generate.