Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
may_follow_link() should use nd->inode
Now that we can get there in RCU mode, we shouldn't play with nd->path.dentry->d_inode - it's not guaranteed to be stable. Use nd->inode instead. Reported-by: Hugh Dickins <[email protected]> Signed-off-by: Al Viro <[email protected]>
- Loading branch information