summaryrefslogtreecommitdiffstats
path: root/utils/mount/fstab.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mount/fstab.c')
-rw-r--r--utils/mount/fstab.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/mount/fstab.c b/utils/mount/fstab.c
index ec7ab52..e19e58b 100644
--- a/utils/mount/fstab.c
+++ b/utils/mount/fstab.c
@@ -46,6 +46,11 @@ get_mtab_info(void) {
}
}
+void
+reset_mtab_info(void) {
+ have_mtab_info = 0;
+}
+
int
mtab_does_not_exist(void) {
get_mtab_info();