diff options
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 8ebf626cb..81357a33e 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -277,7 +277,7 @@ static int mount_it_now(struct mntent *mp, int vfsflags, char *filteropts) | |||
277 | fsname = 0; | 277 | fsname = 0; |
278 | if (!mp->mnt_type || !*mp->mnt_type) { /* bind mount */ | 278 | if (!mp->mnt_type || !*mp->mnt_type) { /* bind mount */ |
279 | mp->mnt_fsname = fsname = bb_simplify_path(mp->mnt_fsname); | 279 | mp->mnt_fsname = fsname = bb_simplify_path(mp->mnt_fsname); |
280 | mp->mnt_type = "none"; | 280 | mp->mnt_type = "bind"; |
281 | } | 281 | } |
282 | mp->mnt_freq = mp->mnt_passno = 0; | 282 | mp->mnt_freq = mp->mnt_passno = 0; |
283 | 283 | ||