aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/fuse_i.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index 1dd0d10..373f36d 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -307,6 +307,9 @@ struct fuse_conn {
/** The next unique request id */
int reqctr;
+ /** Connection failed (version mismatch) */
+ unsigned conn_error : 1;
+
/** Is fsync not implemented by fs? */
unsigned no_fsync : 1;
@@ -328,9 +331,6 @@ struct fuse_conn {
/** Is removexattr not implemented by fs? */
unsigned no_removexattr : 1;
- /** Connection failed (version mismatch) */
- unsigned conn_error : 1;
-
#ifdef KERNEL_2_6
/** Backing dev info */
struct backing_dev_info bdi;