]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7106d9902b12ae2726e5d4c5bc3e29852778760a
treeafd997b3402761e28b6c39f414fbd93c69fdcdce
parenta0378451ab414a862bebee0494144f5f02e9607c
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