]> Pileus Git - ~andy/linux/blobdiff - include/linux/fs.h
Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...
[~andy/linux] / include / linux / fs.h
index 05cd238ad941176f08f1a8e0d61b41d7cdcadf82..7617ee04f066e7b2852f95c0b1b690b2a92f533b 100644 (file)
@@ -1994,6 +1994,7 @@ struct filename {
        bool                    separate; /* should "name" be freed? */
 };
 
+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,