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)
commit15c6fd9786dfaab43547bf60df6fa63170fb64fc
treeafd997b3402761e28b6c39f414fbd93c69fdcdce
parent7bb46a6734a7e1ad4beaecc11cae7ed3ff81d30f
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>
fs/adfs/inode.c
fs/ecryptfs/inode.c
fs/gfs2/aops.c
fs/gfs2/ops_inode.c
fs/jffs2/fs.c
fs/ocfs2/file.c
fs/smbfs/inode.c
fs/ubifs/file.c
fs/ubifs/ubifs.h
fs/ufs/truncate.c