commit | d39aae9ec447dda84d9a2850743a78a535a71c90 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jun 04 11:29:59 2010 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:47:34 2010 -0400 |
tree | e362c3367f093b79482f3034e82b18cd2dc8931a | |
parent | 155130a4f7848b1aac439cab6bda1a175507c71c [diff] |
add missing setattr methods For the new truncate sequence every filesystem that wants to truncate on-disk state needs a seattr method. Convert the remaining filesystems that implement the truncate inode operation to have its own setattr method. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>