diff options
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index 7e197168a245..0e3ead7e11b9 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c | |||
@@ -677,7 +677,7 @@ rpc_lookup_negative(char *path, struct nameidata *nd) | |||
677 | /** | 677 | /** |
678 | * rpc_mkdir - Create a new directory in rpc_pipefs | 678 | * rpc_mkdir - Create a new directory in rpc_pipefs |
679 | * @path: path from the rpc_pipefs root to the new directory | 679 | * @path: path from the rpc_pipefs root to the new directory |
680 | * @rpc_clnt: rpc client to associate with this directory | 680 | * @rpc_client: rpc client to associate with this directory |
681 | * | 681 | * |
682 | * This creates a directory at the given @path associated with | 682 | * This creates a directory at the given @path associated with |
683 | * @rpc_clnt, which will contain a file named "info" with some basic | 683 | * @rpc_clnt, which will contain a file named "info" with some basic |
@@ -748,6 +748,7 @@ rpc_rmdir(struct dentry *dentry) | |||
748 | * @private: private data to associate with the pipe, for the caller's use | 748 | * @private: private data to associate with the pipe, for the caller's use |
749 | * @ops: operations defining the behavior of the pipe: upcall, downcall, | 749 | * @ops: operations defining the behavior of the pipe: upcall, downcall, |
750 | * release_pipe, and destroy_msg. | 750 | * release_pipe, and destroy_msg. |
751 | * @flags: rpc_inode flags | ||
751 | * | 752 | * |
752 | * Data is made available for userspace to read by calls to | 753 | * Data is made available for userspace to read by calls to |
753 | * rpc_queue_upcall(). The actual reads will result in calls to | 754 | * rpc_queue_upcall(). The actual reads will result in calls to |