aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 91edb8932d90..58d482d9f6bb 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -339,6 +339,9 @@ struct fuse_conn {
339 /** Is interrupt not implemented by fs? */ 339 /** Is interrupt not implemented by fs? */
340 unsigned no_interrupt : 1; 340 unsigned no_interrupt : 1;
341 341
342 /** Is bmap not implemented by fs? */
343 unsigned no_bmap : 1;
344
342 /** The number of requests waiting for completion */ 345 /** The number of requests waiting for completion */
343 atomic_t num_waiting; 346 atomic_t num_waiting;
344 347