cvs commit: src/sbin/fsck_ffs main.c

Craig Rodrigues rodrigc at FreeBSD.org
Sat Aug 23 01:21:22 UTC 2008


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


More information about the cvs-all mailing list