lib/vfs/xdirentry.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/vfs/xdirentry.h b/lib/vfs/xdirentry.h
index 87252e0..8ee2d96 100644
a
|
b
|
struct vfs_s_super |
57 | 57 | struct vfs_class *me; |
58 | 58 | struct vfs_s_inode *root; |
59 | 59 | char *name; /* My name, whatever it means */ |
| 60 | void *data; /* This is for filesystem-specific use */ |
60 | 61 | int fd_usage; /* Number of open files */ |
61 | 62 | int ino_usage; /* Usage count of this superblock */ |
62 | 63 | int want_stale; /* If set, we do not flush cache properly */ |
63 | | void *data; /* This is for filesystem-specific use */ |
64 | 64 | }; |
65 | 65 | |
66 | 66 | /* |