diff options
author | Marco Stornelli <marco.stornelli@gmail.com> | 2012-12-15 12:00:38 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-20 18:47:08 -0500 |
commit | b9f61c3c0c8daed9844870bc9358e6d9fdb7eb61 (patch) | |
tree | 7c5be784012a40186316c78ee85dacea354d3c87 /Documentation/filesystems/porting | |
parent | 7898575fc81bd707ce0844cb06874d48e39bbe09 (diff) | |
download | linux-b9f61c3c0c8daed9844870bc9358e6d9fdb7eb61.tar.gz linux-b9f61c3c0c8daed9844870bc9358e6d9fdb7eb61.tar.bz2 linux-b9f61c3c0c8daed9844870bc9358e6d9fdb7eb61.zip |
documentation: drop vmtruncate
Removed vmtruncate
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation/filesystems/porting')
-rw-r--r-- | Documentation/filesystems/porting | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting index 0742feebc6e2..0472c31c163b 100644 --- a/Documentation/filesystems/porting +++ b/Documentation/filesystems/porting @@ -281,7 +281,7 @@ ext2_write_failed and callers for an example. [mandatory] - ->truncate is going away. The whole truncate sequence needs to be + ->truncate is gone. The whole truncate sequence needs to be implemented in ->setattr, which is now mandatory for filesystems implementing on-disk size changes. Start with a copy of the old inode_setattr and vmtruncate, and the reorder the vmtruncate + foofs_vmtruncate sequence to |