diff options
Diffstat (limited to 'include/linux/sunrpc/rpc_pipe_fs.h')
-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 c13fca34dc9c..c93ea8689bc8 100644 --- a/include/linux/sunrpc/rpc_pipe_fs.h +++ b/include/linux/sunrpc/rpc_pipe_fs.h | |||
@@ -35,6 +35,7 @@ struct rpc_inode { | |||
35 | int flags; | 35 | int flags; |
36 | struct delayed_work queue_timeout; | 36 | struct delayed_work queue_timeout; |
37 | const struct rpc_pipe_ops *ops; | 37 | const struct rpc_pipe_ops *ops; |
38 | spinlock_t lock; | ||
38 | }; | 39 | }; |
39 | 40 | ||
40 | static inline struct rpc_inode * | 41 | static inline struct rpc_inode * |