delphij     2007-10-22 17:43:43 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       msdosfs_vfsops.c 
  Log:
  Fixes to msdosfs dirtyflag related stuff:
  
   - markvoldirty() needs to write to underlying GEOM provider.  We
     have to do that *before* g_access() which sets the GEOM provider
     to read-only.
   - Remove dirty flag before free'ing iconv related resources.  The
     dirty flag removal could fail, and it is hard to revert the
     iconv-free after the fail.
   - Mark volume as dirty if we have failed to mark it clean for safe.
   - Other style fixes to the touched functions.
  
  Revision  Changes    Path
  1.179     +42 -26    src/sys/fs/msdosfs/msdosfs_vfsops.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