diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 9f4603beb9e8..95bcb433d1b4 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -289,6 +289,9 @@ struct fuse_conn { | |||
289 | /** waitq for blocked connection */ | 289 | /** waitq for blocked connection */ |
290 | wait_queue_head_t blocked_waitq; | 290 | wait_queue_head_t blocked_waitq; |
291 | 291 | ||
292 | /** waitq for reserved requests */ | ||
293 | wait_queue_head_t reserved_req_waitq; | ||
294 | |||
292 | /** The next unique request id */ | 295 | /** The next unique request id */ |
293 | u64 reqctr; | 296 | u64 reqctr; |
294 | 297 | ||