Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30e46aba authored by Al Viro's avatar Al Viro
Browse files

lockd: get rid of ->f_path.dentry->d_sb



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 3aa3377f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -408,7 +408,7 @@ nlmsvc_match_sb(void *datap, struct nlm_file *file)
{
	struct super_block *sb = datap;

	return sb == file->f_file->f_path.dentry->d_sb;
	return sb == file_inode(file->f_file)->i_sb;
}

/**