SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation
[firefly-linux-kernel-4.4.55.git] / fs / nfs / blocklayout / blocklayoutdev.c
index 81019190e46d80ccd43d50f659292842225c0909..949b62478799d6c4c7a159b2afe67a40433aa9a9 100644 (file)
@@ -146,7 +146,7 @@ nfs4_blk_decode_device(struct nfs_server *server,
 
        dprintk("%s CALLING USERSPACE DAEMON\n", __func__);
        add_wait_queue(&bl_wq, &wq);
-       rc = rpc_queue_upcall(RPC_I(bl_device_pipe->d_inode)->pipe, &msg);
+       rc = rpc_queue_upcall(bl_device_pipe, &msg);
        if (rc < 0) {
                remove_wait_queue(&bl_wq, &wq);
                rv = ERR_PTR(rc);