Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 1999 00:11:30 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vn vn.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/sys conf.h src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <199909300711.AAA25094@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/09/30 00:11:30 PDT

  Modified files:
    sys/dev/vn           vn.c 
    sys/gnu/ext2fs       ext2_vfsops.c 
    sys/isofs/cd9660     cd9660_vfsops.c 
    sys/sys              conf.h 
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  Remove the D_NOCLUSTER[RW] options which were added because vn had
  problems.  Now that Matt has fixed vn, this can go.  The vn driver
  should have used d_maxio (now si_iosize_max) anyway.
  
  Revision  Changes    Path
  1.100     +1 -2      src/sys/dev/vn/vn.c
  1.55      +1 -15     src/sys/gnu/ext2fs/ext2_vfsops.c
  1.66      +1 -9      src/sys/isofs/cd9660/cd9660_vfsops.c
  1.93      +1 -4      src/sys/sys/conf.h
  1.107     +1 -16     src/sys/ufs/ffs/ffs_vfsops.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909300711.AAA25094>