aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-01-14 14:47:21 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-01-14 14:47:21 +0000
commit9db5faa842b930ef2dd3557a8e26c34dfc94d6a8 (patch)
tree24e21cc74532ccc7b32b4965c7dfbcadb33c31d5 /kernel/fuse_i.h
parenta982034e890ffb38926e478e3ce61c5cfd8f4a27 (diff)
downloadlibfuse-9db5faa842b930ef2dd3557a8e26c34dfc94d6a8.tar.gz
fix
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;