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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to