linux/fs/f2fs
Jan Kara 31051c85b5 fs: Give dentry to inode_change_ok() instead of inode
inode_change_ok() will be resposible for clearing capabilities and IMA
extended attributes and as such will need dentry. Give it as an argument
to inode_change_ok() instead of an inode. Also rename inode_change_ok()
to setattr_prepare() to better relect that it does also some
modifications in addition to checks.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
2016-09-22 10:56:19 +02:00
..
acl.c posix_acl: Clear SGID bit when setting file permissions 2016-09-22 10:55:32 +02:00
acl.h f2fs: clean up coding style and redundancy 2016-07-25 12:58:12 -07:00
checkpoint.c The major change in this version is mitigating cpu overheads on write paths by 2016-07-27 10:36:31 -07:00
data.c f2fs: drop bio->bi_rw manual assignment 2016-08-04 14:19:16 -06:00
debug.c
dir.c Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2016-08-06 09:49:02 -04:00
extent_cache.c
f2fs.h Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2016-08-06 09:49:02 -04:00
file.c fs: Give dentry to inode_change_ok() instead of inode 2016-09-22 10:56:19 +02:00
gc.c The major change in this version is mitigating cpu overheads on write paths by 2016-07-27 10:36:31 -07:00
gc.h
hash.c
inline.c The major change in this version is mitigating cpu overheads on write paths by 2016-07-27 10:36:31 -07:00
inode.c
Kconfig
Makefile
namei.c f2fs: fix to report error number of f2fs_find_entry 2016-07-20 14:53:19 -07:00
node.c The major change in this version is mitigating cpu overheads on write paths by 2016-07-27 10:36:31 -07:00
node.h
recovery.c f2fs: handle error case with f2fs_bug_on 2016-07-20 14:53:22 -07:00
segment.c The major change in this version is mitigating cpu overheads on write paths by 2016-07-27 10:36:31 -07:00
segment.h
shrinker.c
super.c Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2016-07-28 12:59:05 -07:00
trace.c
trace.h
xattr.c
xattr.h