Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tomoyo: Fix pathname calculation breakage.
Commit 7177a9c ("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 <[email protected]> Signed-off-by: Serge E. Hallyn <[email protected]>
- Loading branch information