mirror of https://github.com/mirror/busybox.git
mount: style fixes
parent
3bc59aa2a4
commit
13b4924ce0
|
@ -1379,7 +1379,7 @@ static int singlemount(struct mntent *mp, int ignore_busy)
|
|||
for (fl = fslist; fl; fl = fl->link) {
|
||||
mp->mnt_type = fl->data;
|
||||
|
||||
rc = mount_it_now(mp,vfsflags, filteropts);
|
||||
rc = mount_it_now(mp, vfsflags, filteropts);
|
||||
if (!rc) break;
|
||||
|
||||
mp->mnt_type = 0;
|
||||
|
|
Loading…
Reference in New Issue