mm/fs: remove truncate_range
[deliverable/linux.git] / include / linux / fs.h
index cdc1a9630948e157c3b6e9f1916d0ebfb1bd88d2..038076b27ea467c4a4c14dd9b49a51f3eec9f24c 100644 (file)
@@ -1681,7 +1681,6 @@ struct inode_operations {
        ssize_t (*getxattr) (struct dentry *, const char *, void *, size_t);
        ssize_t (*listxattr) (struct dentry *, char *, size_t);
        int (*removexattr) (struct dentry *, const char *);
-       void (*truncate_range)(struct inode *, loff_t, loff_t);
        int (*fiemap)(struct inode *, struct fiemap_extent_info *, u64 start,
                      u64 len);
 } ____cacheline_aligned;
This page took 0.031772 seconds and 5 git commands to generate.