Commit 32a59234 authored by Al Viro's avatar Al Viro

rpc_pipefs.c: get rid of f_dentry

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 3c981bfc
......@@ -109,7 +109,7 @@ bl_resolve_deviceid(struct nfs_server *server, struct pnfs_block_volume *b,
static ssize_t bl_pipe_downcall(struct file *filp, const char __user *src,
size_t mlen)
{
struct nfs_net *nn = net_generic(filp->f_dentry->d_sb->s_fs_info,
struct nfs_net *nn = net_generic(file_inode(filp)->i_sb->s_fs_info,
nfs_net_id);
if (mlen != sizeof (struct bl_dev_msg))
......
Markdown is supported
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