Searched hist:"9 cdce3c074fbd7083923f15225e112a91daff8ed" (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ufs/ |
H A D | Makefile | diff 9cdce3c074fbd7083923f15225e112a91daff8ed Mon Nov 16 00:24:17 CET 2015 Al Viro <viro@zeniv.linux.org.uk> 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>
|
H A D | ufs.h | diff 9cdce3c074fbd7083923f15225e112a91daff8ed Mon Nov 16 00:24:17 CET 2015 Al Viro <viro@zeniv.linux.org.uk> 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>
|
H A D | inode.c | diff 9cdce3c074fbd7083923f15225e112a91daff8ed Mon Nov 16 00:24:17 CET 2015 Al Viro <viro@zeniv.linux.org.uk> 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>
|