VFS: Rename do_fallocate() to vfs_fallocate()
[deliverable/linux.git] / fs / ioctl.c
index 8ac3fad36192fb153b93e1be8c5d0e0ee110b463..0bd6142183eea3483a07f296518393144916429c 100644 (file)
@@ -443,7 +443,7 @@ int ioctl_preallocate(struct file *filp, void __user *argp)
                return -EINVAL;
        }
 
-       return do_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len);
+       return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len);
 }
 
 static int file_ioctl(struct file *filp, unsigned int cmd,
This page took 0.025481 seconds and 5 git commands to generate.