From: Miklos Szeredi on
On Tue, 8 Jun 2010, Karel Zak wrote:
> umount(8):
> - supports new command line option "-f/--fake" to avoid umount(2) syscall

I think you just mean "--fake", -f is --force.

Thanks,
Miklos
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Arkadiusz Miskiewicz on
On Tuesday 08 of June 2010, Miklos Szeredi wrote:
> On Tue, 8 Jun 2010, Karel Zak wrote:
> > umount(8):
> > - supports new command line option "-f/--fake" to avoid umount(2)
> > syscall
>
> I think you just mean "--fake", -f is --force.

It's usually called --dry-run, --fake is uncommon.

> Thanks,
> Miklos

--
Arkadiusz Miƛkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Miklos Szeredi on
On Tue, 8 Jun 2010, Arkadiusz Miskiewicz wrote:
> On Tuesday 08 of June 2010, Miklos Szeredi wrote:
> > On Tue, 8 Jun 2010, Karel Zak wrote:
> > > umount(8):
> > > - supports new command line option "-f/--fake" to avoid umount(2)
> > > syscall
> >
> > I think you just mean "--fake", -f is --force.
>
> It's usually called --dry-run, --fake is uncommon.

For mount(8) and umount(8) --fake has a different function from
--dry-run, as it does modify /etc/mtab.

Thanks,
Miklos
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/