kernel-ark/fs/nilfs2
Christoph Hellwig 1025774ce4 remove inode_setattr
Replace inode_setattr with opencoded variants of it in all callers.  This
moves the remaining call to vmtruncate into the filesystem methods where it
can be replaced with the proper truncate sequence.

In a few cases it was obvious that we would never end up calling vmtruncate
so it was left out in the opencoded variant:

 spufs: explicitly checks for ATTR_SIZE earlier
 btrfs,hugetlbfs,logfs,dlmfs: explicitly clears ATTR_SIZE earlier
 ufs: contains an opencoded simple_seattr + truncate that sets the filesize just above

In addition to that ncpfs called inode_setattr with handcrafted iattrs,
which allowed to trim down the opencoded variant.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-08-09 16:47:37 -04:00
..
alloc.c
alloc.h
bmap_union.h
bmap.c
bmap.h
btnode.c
btnode.h
btree.c
btree.h nilfs2: remove obsolete declarations of cache constructor and destructor 2010-05-31 20:50:29 +09:00
cpfile.c
cpfile.h
dat.c
dat.h
dir.c introduce __block_write_begin 2010-08-09 16:47:32 -04:00
direct.c
direct.h
file.c drop unused dentry argument to ->fsync 2010-05-27 22:05:02 -04:00
gcdat.c
gcinode.c
ifile.c
ifile.h
inode.c remove inode_setattr 2010-08-09 16:47:37 -04:00
ioctl.c
Kconfig
Makefile
mdt.c
mdt.h
namei.c
nilfs.h drop unused dentry argument to ->fsync 2010-05-27 22:05:02 -04:00
page.c
page.h
recovery.c get rid of block_write_begin_newtrunc 2010-08-09 16:47:33 -04:00
sb.h
segbuf.c
segbuf.h nilfs2: remove obsolete declarations of cache constructor and destructor 2010-05-31 20:50:29 +09:00
segment.c
segment.h nilfs2: remove obsolete declarations of cache constructor and destructor 2010-05-31 20:50:29 +09:00
sufile.c
sufile.h
super.c nilfs2: fix style issue in nilfs_destroy_cachep 2010-05-31 20:50:29 +09:00
the_nilfs.c Merge branch 'master' into for-2.6.35 2010-05-21 21:27:26 +02:00
the_nilfs.h