https://github.com/torvalds/linux
Revision 03a8bb0e53d9562276045bdfcf2b5de2e4cff5a1 authored by Jaegeuk Kim on 12 April 2016, 23:05:36 UTC, committed by Jaegeuk Kim on 13 April 2016, 03:01:35 UTC
As Al pointed, d_revalidate should return RCU lookup before using d_inode.
This was originally introduced by:
commit 34286d666230 ("fs: rcu-walk aware d_revalidate method").

Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: stable <stable@vger.kernel.org>
1 parent b32e448
Raw File
Tip revision: 03a8bb0e53d9562276045bdfcf2b5de2e4cff5a1 authored by Jaegeuk Kim on 12 April 2016, 23:05:36 UTC
ext4/fscrypto: avoid RCU lookup in d_revalidate
Tip revision: 03a8bb0
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top