VFS: Rename do_fallocate() to vfs_fallocate()
[deliverable/linux.git] / include / linux / fs.h
index a957d4366c240fbf80d6470f3808316dd8def6b2..a8871867757949f828a9080ea394eaf45f160e13 100644 (file)
@@ -2032,7 +2032,7 @@ struct filename {
 extern long vfs_truncate(struct path *, loff_t);
 extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs,
                       struct file *filp);
-extern int do_fallocate(struct file *file, int mode, loff_t offset,
+extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
                        loff_t len);
 extern long do_sys_open(int dfd, const char __user *filename, int flags,
                        umode_t mode);
This page took 0.026971 seconds and 5 git commands to generate.