cvs commit: src/sys/kern vfs_cluster.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jun 19 22:40:27 PDT 2008


dillon      2008/06/19 22:40:04 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_cluster.c 
  Log:
  Fix a bug in cluster_read().  An error returned by the call to
  VOP_BMAP() in the late read-ahead code is unrelated to the success
  of the call and should be ignored.
  
  Revision  Changes    Path
  1.39      +9 -4      src/sys/kern/vfs_cluster.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_cluster.c.diff?r1=1.38&r2=1.39&f=u





More information about the Commits mailing list