@@ -369,7 +369,7 @@ initallfs(char *mtab)
mi++;
fs++;
}
- platform_mntent_close(&cursor);
+ mntent_close(&cursor);
numfs = mi;
fsend = (fsbase + numfs);
@@ -191,11 +191,16 @@ static inline struct mntent * platform_mntent_next(struct mntent_cursor * cursor
return mntent_next(cursor);
}
-static inline void platform_mntent_close(struct mntent_cursor * cursor)
+static inline void mntent_close(struct mntent_cursor * cursor)
{
endmntent(cursor->mtabp);
}
+static inline void platform_mntent_close(struct mntent_cursor * cursor)
+{
+ return platform_mntent_close(cursor);
+}
+
#if defined(FALLOC_FL_ZERO_RANGE)
static inline int
platform_zero_range(