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-- 785 bytes
Makefile -rw-r--r-- 87 bytes
i7300_idle.c -rw-r--r-- 15.7 KB
intel_idle.c -rw-r--r-- 25.4 KB

back to top