linux/fs/ufs
Al Viro 9cdce3c074 ufs: get rid of ->setattr() for symlinks
It was to needed for a couple of months in 2010, until UFS
quota support got dropped.  Since then it's equivalent to
simple_setattr() (i.e. the default) for everything except the
regular files.  And dropping it there allows to convert all
UFS symlinks to {page,simple}_symlink_inode_operations, getting
rid of fs/ufs/symlink.c completely.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2015-12-06 20:43:26 -05:00
..
balloc.c fix ufs write vs readpage race when writing into a hole 2015-09-09 10:43:12 -07:00
cylinder.c
dir.c ufs: use dir_pages instead of ufs_dir_pages() 2015-06-23 18:02:01 -04:00
file.c make new_sync_{read,write}() static 2015-04-11 22:29:40 -04:00
ialloc.c fs/ufs: restore s_lock mutex 2015-06-16 02:07:38 -04:00
inode.c ufs: get rid of ->setattr() for symlinks 2015-12-06 20:43:26 -05:00
Kconfig
Makefile ufs: get rid of ->setattr() for symlinks 2015-12-06 20:43:26 -05:00
namei.c ufs: get rid of ->setattr() for symlinks 2015-12-06 20:43:26 -05:00
super.c ufs: kill lock_ufs() 2015-07-06 17:39:26 -04:00
swab.h
ufs_fs.h
ufs.h ufs: get rid of ->setattr() for symlinks 2015-12-06 20:43:26 -05:00
util.c
util.h