Skip to content
Commit 8fe7a268 authored by Tetsuo Handa's avatar Tetsuo Handa Committed by Serge Hallyn
Browse files

tomoyo: Fix pathname calculation breakage.

Commit 7177a9c4

 ("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: default avatarTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: default avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent 52addcf9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment