Revision 8fe7a268b18ebc89203c766b020b9e32f1cfeebf authored by Tetsuo Handa on 20 August 2014, 05:14:04 UTC, committed by Serge Hallyn on 27 August 2014, 02:52:09 UTC
Commit 7177a9c4b509 ("fs: call rename2 if exists") changed
"struct inode_operations"->rename == NULL if
"struct inode_operations"->rename2 != NULL .

TOMOYO needs to check for both ->rename and ->rename2 , or
a system on (e.g.) ext4 filesystem won't boot.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
1 parent 52addcf
History
File Mode Size
Kconfig -rw-r--r-- 829 bytes
Makefile -rw-r--r-- 180 bytes
README -rw-r--r-- 249 bytes
dir.c -rw-r--r-- 6.9 KB
inode.c -rw-r--r-- 17.2 KB
namei.c -rw-r--r-- 910 bytes
qnx6.h -rw-r--r-- 3.3 KB
super_mmi.c -rw-r--r-- 3.8 KB

README

back to top