kill spurious reference to vmtruncate
authornpiggin@suse.de <npiggin@suse.de>
Wed, 26 May 2010 15:05:34 +0000 (01:05 +1000)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 28 May 2010 02:15:42 +0000 (22:15 -0400)
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>

No differences found