1
0
Fork 0
alistair23-linux/fs/affs
Linus Torvalds da53be12bb Don't pass inode to ->d_hash() and ->d_compare()
Instances either don't look at it at all (the majority of cases) or
only want it to find the superblock (which can be had as dentry->d_sb).
A few cases that want more are actually safe with dentry->d_inode -
the only precaution needed is the check that it hadn't been replaced with
NULL by rmdir() or by overwriting rename(), which case should be simply
treated as cache miss.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2013-06-29 12:57:36 +04:00
..
Changes Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig fs/affs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
Makefile fs: change to new flag variable 2011-03-17 14:02:57 +01:00
affs.h userns: Convert affs to use kuid/kgid wherwe appropriate 2012-09-21 03:13:30 -07:00
amigaffs.c hlist: drop the node parameter from iterators 2013-02-27 19:10:24 -08:00
bitmap.c affs: use memweight() 2012-07-30 17:25:16 -07:00
dir.c [readdir] convert affs 2013-06-29 12:56:44 +04:00
file.c affs: drop vmtruncate 2012-12-20 14:00:01 -05:00
inode.c affs: drop vmtruncate 2012-12-20 14:00:01 -05:00
namei.c Don't pass inode to ->d_hash() and ->d_compare() 2013-06-29 12:57:36 +04:00
super.c fs: Limit sys_mount to only request filesystem modules. 2013-03-03 19:36:31 -08:00
symlink.c Fix remount races with symlink handling in affs 2010-01-26 22:22:24 -05:00