aboutsummaryrefslogtreecommitdiff
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index e44dd9a..0841e44 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -398,6 +398,9 @@ struct fuse_conn {
/** Is interrupt not implemented by fs? */
unsigned no_interrupt : 1;
+ /** Is bmap not implemented by fs? */
+ unsigned no_bmap : 1;
+
/** The number of requests waiting for completion */
atomic_t num_waiting;