DragonFly commits List (threaded) for 2008-06
DragonFly BSD
DragonFly commits List (threaded) for 2008-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern vfs_cluster.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Jun 2008 22:40:04 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]