PERFORCE change 193900 for review
Ilya Putsikau
ilya at FreeBSD.org
Sun May 29 11:05:12 UTC 2011
http://p4web.freebsd.org/@@193900?ac=10
Change 193900 by ilya at ilya_triton2011 on 2011/05/29 11:04:31
Reorder fields in struct fuse_data
Affected files ...
.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_ipc.h#4 edit
Differences ...
==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_ipc.h#4 (text+ko) ====
@@ -135,6 +135,11 @@
struct fuse_data {
enum mountpri mpri;
+ int mntco;
+ struct cdev *fdev;
+ struct mount *mp;
+ struct ucred *daemoncred;
+ int dataflag;
/* queue for upgoing messages */
struct mtx ms_mtx;
@@ -158,18 +163,11 @@
struct sx rename_lock;
- struct ucred *daemoncred;
-
struct selinfo ks_rsel;
- int dataflag;
-
- struct cdev *fdev;
- struct mount *mp;
struct vnode *rvp;
/* mount info */
- int mntco;
struct sx mhierlock;
LIST_HEAD(, fuse_secondary_data) slaves_head;
More information about the p4-projects
mailing list