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 86183c562104..aff3a01ea02b 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -201,6 +201,9 @@ struct fuse_conn { | |||
201 | /** The fuse mount flags for this mount */ | 201 | /** The fuse mount flags for this mount */ |
202 | unsigned flags; | 202 | unsigned flags; |
203 | 203 | ||
204 | /** Maximum read size */ | ||
205 | unsigned max_read; | ||
206 | |||
204 | /** Readers of the connection are waiting on this */ | 207 | /** Readers of the connection are waiting on this */ |
205 | wait_queue_head_t waitq; | 208 | wait_queue_head_t waitq; |
206 | 209 | ||