]> Pileus Git - ~andy/linux/blobdiff - include/linux/sunrpc/clnt.h
SUNRPC: Fix a 'Busy inodes' error in rpc_pipefs
[~andy/linux] / include / linux / sunrpc / clnt.h
index e37c06128e5197a06bae01691721a11f75891f7e..8fe9f35eba31f2a1593c19f361ac9d3a29cbc4f4 100644 (file)
@@ -60,6 +60,7 @@ struct rpc_clnt {
        int                     cl_nodelen;     /* nodename length */
        char                    cl_nodename[UNX_MAXNODENAME];
        char                    cl_pathname[30];/* Path in rpc_pipe_fs */
+       struct vfsmount *       cl_vfsmnt;
        struct dentry *         cl_dentry;      /* inode */
        struct rpc_clnt *       cl_parent;      /* Points to parent of clones */
        struct rpc_rtt          cl_rtt_default;