cvs commit: src/sbin/mount_ext2fs mount_ext2fs.c

Bruce Evans bde at FreeBSD.org
Sat Feb 14 22:31:27 PST 2004


bde         2004/02/14 22:31:26 PST

  FreeBSD src repository

  Modified files:
    sbin/mount_ext2fs    mount_ext2fs.c 
  Log:
  Support mounting ext2fs file systems with -async to the small extent
  that ext2fs in the kernel supports async mounts.  ext2fs used to
  effectively force the -async flag on.  -async for ext2fs only gives
  async (more precisely, delayed) writes for inode updates, so it is
  barely worth using even when it is safe.
  
  Revision  Changes    Path
  1.17      +1 -0      src/sbin/mount_ext2fs/mount_ext2fs.c


More information about the cvs-all mailing list