aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index 335b0c8..84e17dc 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -315,10 +315,10 @@ struct fuse_conn {
u64 reqctr;
/** Mount is active */
- unsigned mounted : 1;
+ unsigned mounted;
/** Connection established */
- unsigned connected : 1;
+ unsigned connected;
/** Connection failed (version mismatch) */
unsigned conn_error : 1;