diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/rpc_pipe_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/rpc_pipe_fs.h b/include/linux/sunrpc/rpc_pipe_fs.h index 426ce6eeee66..a7b422b33eda 100644 --- a/include/linux/sunrpc/rpc_pipe_fs.h +++ b/include/linux/sunrpc/rpc_pipe_fs.h | |||
| @@ -28,7 +28,6 @@ struct rpc_pipe { | |||
| 28 | int pipelen; | 28 | int pipelen; |
| 29 | int nreaders; | 29 | int nreaders; |
| 30 | int nwriters; | 30 | int nwriters; |
| 31 | wait_queue_head_t waitq; | ||
| 32 | #define RPC_PIPE_WAIT_FOR_OPEN 1 | 31 | #define RPC_PIPE_WAIT_FOR_OPEN 1 |
| 33 | int flags; | 32 | int flags; |
| 34 | struct delayed_work queue_timeout; | 33 | struct delayed_work queue_timeout; |
| @@ -41,6 +40,7 @@ struct rpc_inode { | |||
| 41 | struct inode vfs_inode; | 40 | struct inode vfs_inode; |
| 42 | void *private; | 41 | void *private; |
| 43 | struct rpc_pipe *pipe; | 42 | struct rpc_pipe *pipe; |
| 43 | wait_queue_head_t waitq; | ||
| 44 | }; | 44 | }; |
| 45 | 45 | ||
| 46 | static inline struct rpc_inode * | 46 | static inline struct rpc_inode * |
