Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 1998 09:29:28 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern vfs_cluster.c
Message-ID:  <199805011629.JAA15097@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/05/01 09:29:28 PDT

  Modified files:
    sys/kern             vfs_cluster.c 
  Log:
  Partially fixed write clustering for cases where cluster_wbuild() is
  called from vfs_bio_awrite() without going through cluster_write()
  or ufs_bmaparray(), in particular for all writes to block disk devices.
  Only ufs_bmaparray() sets vp->v_maxio in a correct way, and it doesn't
  seem to be called early enough even for regular files.
  
  Revision  Changes    Path
  1.61      +4 -1      src/sys/kern/vfs_cluster.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?199805011629.JAA15097>