Date: Sat, 23 Aug 2008 01:21:10 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs main.c Message-ID: <200808230121.m7N1LM79093524@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rodrigc 2008-08-23 01:21:10 UTC FreeBSD src repository Modified files: sbin/fsck_ffs main.c Log: SVN rev 182027 on 2008-08-23 01:21:10Z by rodrigc Instead of passing MNT_UPDATE, MNT_SNAPSHOT, MNT_RELOAD from userspace to kernel via nmount(), pass in the strings "update", "snapshot", "reload". We want to move away from passing MNT_ flags from userspace -> kernel via nmount(), and instead favor passing the string options. Revision Changes Path 1.53 +3 -2 src/sbin/fsck_ffs/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808230121.m7N1LM79093524>