aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 67aaf6ee38ea..c0481e48d161 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -390,8 +390,8 @@ struct fuse_conn {
390 /** Entry on the fuse_conn_list */ 390 /** Entry on the fuse_conn_list */
391 struct list_head entry; 391 struct list_head entry;
392 392
393 /** Unique ID */ 393 /** Device ID from super block */
394 u64 id; 394 dev_t dev;
395 395
396 /** Dentries in the control filesystem */ 396 /** Dentries in the control filesystem */
397 struct dentry *ctl_dentry[FUSE_CTL_NUM_DENTRIES]; 397 struct dentry *ctl_dentry[FUSE_CTL_NUM_DENTRIES];