rodrigc     2008-08-23 01:16:09 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  SVN rev 182025 on 2008-08-23 01:16:09Z by rodrigc
  
  In nmount(), when we see the "force" option,
  set the MNT_FORCE flag, but do not persist "force"
  in the options list, since it is a command, not a persistent property
  of a mount.
  
  Similarly, when we see "reload", set MNT_RELOAD,
  but delete "reload" from the options list.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.288     +7 -1      src/sys/kern/vfs_mount.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to