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 6ef1e5f5873b..bcb453f68111 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -280,6 +280,9 @@ struct fuse_conn {
280 /** Is create not implemented by fs? */ 280 /** Is create not implemented by fs? */
281 unsigned no_create : 1; 281 unsigned no_create : 1;
282 282
283 /** The number of requests waiting for completion */
284 atomic_t num_waiting;
285
283 /** Negotiated minor version */ 286 /** Negotiated minor version */
284 unsigned minor; 287 unsigned minor;
285 288