From: Miklos Szeredi Date: Tue, 5 Apr 2005 10:44:45 +0000 (+0000) Subject: sync with 2.6.12-rc2-mm1 X-Git-Tag: fuse_2_3_pre4~2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=670c78a3134f2233b018fa931e1a7e69e4ab11fd;p=qemu-gpiodev%2Flibfuse.git sync with 2.6.12-rc2-mm1 --- 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;