]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fuse/fuse_i.h
mm: bdi: expose the BDI object in sysfs for FUSE
[linux-2.6-omap-h63xx.git] / fs / fuse / fuse_i.h
index 67aaf6ee38eaaeb1fedd9c313a160f623d58b8c3..c0481e48d161afa51eca48fc48f44905e0d1014f 100644 (file)
@@ -390,8 +390,8 @@ struct fuse_conn {
        /** Entry on the fuse_conn_list */
        struct list_head entry;
 
-       /** Unique ID */
-       u64 id;
+       /** Device ID from super block */
+       dev_t dev;
 
        /** Dentries in the control filesystem */
        struct dentry *ctl_dentry[FUSE_CTL_NUM_DENTRIES];