Prev: Using "page credits" as a solution for common thrashing scenarios
Next: Documentation/filesystems/xip.txt: clarify the statement: The block device option is mandatory for execute-in-place
From: Miklos Szeredi on 8 Jun 2010 07:00 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 8 Jun 2010 08:50 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 8 Jun 2010 09:00
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/ |