]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/minix/file.c
add missing setattr methods
authorChristoph Hellwig <hch@lst.de>
Fri, 4 Jun 2010 09:29:59 +0000 (11:29 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:47:34 +0000 (16:47 -0400)
commitd39aae9ec447dda84d9a2850743a78a535a71c90
treee362c3367f093b79482f3034e82b18cd2dc8931a
parent155130a4f7848b1aac439cab6bda1a175507c71c
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>
fs/hfsplus/inode.c
fs/minix/file.c
fs/omfs/file.c
fs/sysv/file.c
fs/udf/file.c