commit | 15c6fd9786dfaab43547bf60df6fa63170fb64fc | [log] [tgz] |
---|---|---|
author | npiggin@suse.de <npiggin@suse.de> | Thu May 27 01:05:34 2010 +1000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu May 27 22:15:42 2010 -0400 |
tree | afd997b3402761e28b6c39f414fbd93c69fdcdce | |
parent | 7bb46a6734a7e1ad4beaecc11cae7ed3ff81d30f [diff] |
kill spurious reference to vmtruncate Lots of filesystems calls vmtruncate despite not implementing the old ->truncate method. Switch them to use simple_setsize and add some comments about the truncate code where it seems fitting. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>