Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6
[deliverable/linux.git] / Documentation / filesystems / Locking
index 4fca82e5276e71726f81285ba0ffef867e917618..d449e632e6a09fca5ca0fedd6bdc2cf87eb44a96 100644 (file)
@@ -60,7 +60,6 @@ ata *);
        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);
 
 locking rules:
@@ -87,7 +86,6 @@ setxattr:     yes
 getxattr:      no
 listxattr:     no
 removexattr:   yes
-truncate_range:        yes
 fiemap:                no
        Additionally, ->rmdir(), ->unlink() and ->rename() have ->i_mutex on
 victim.
This page took 0.027436 seconds and 5 git commands to generate.