diff options
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/rpc_pipe_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/rpc_pipe_fs.h b/include/linux/sunrpc/rpc_pipe_fs.h index 430cea104817..51b977a4ca20 100644 --- a/include/linux/sunrpc/rpc_pipe_fs.h +++ b/include/linux/sunrpc/rpc_pipe_fs.h | |||
@@ -27,6 +27,7 @@ struct rpc_inode { | |||
27 | int pipelen; | 27 | int pipelen; |
28 | int nreaders; | 28 | int nreaders; |
29 | int nwriters; | 29 | int nwriters; |
30 | int nkern_readwriters; | ||
30 | wait_queue_head_t waitq; | 31 | wait_queue_head_t waitq; |
31 | #define RPC_PIPE_WAIT_FOR_OPEN 1 | 32 | #define RPC_PIPE_WAIT_FOR_OPEN 1 |
32 | int flags; | 33 | int flags; |