|
@@ -66,7 +66,7 @@ struct vfs_s_super
|
|
|
char *name; /* My name, whatever it means */
|
|
|
int fd_usage; /* Number of open files */
|
|
|
int ino_usage; /* Usage count of this superblock */
|
|
|
- int want_stale; /* If set, we do not flush cache properly */
|
|
|
+ gboolean want_stale; /* If set, we do not flush cache properly */
|
|
|
#ifdef ENABLE_VFS_NET
|
|
|
vfs_path_element_t *path_element;
|
|
|
#endif /* ENABLE_VFS_NET */
|