Skip to content
Snippets Groups Projects
Commit 2e2cbaf9 authored by Al Viro's avatar Al Viro
Browse files

fix hostfs_open() use of ->f_path.dentry


this is one of the cases where we need to use d_real() - we are
using more than the name of dentry here.  ->d_sb is used as well,
so in case of hostfs being used as a layer we get the wrong
superblock.

Reported-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Tested-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 1a97d899
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment