summaryrefslogtreecommitdiffstats
path: root/include/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fs.h')
-rw-r--r--include/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs.h b/include/fs.h
index e5ecb7d3a6..552c4e94bb 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -88,7 +88,7 @@ struct mtab_entry {
};
struct fs_device_d {
- struct device_d *parent; /* the device we are associated with */
+ char *backingstore; /* the device we are associated with */
struct device_d dev; /* our own device */
struct fs_driver_d *driver;