cvs commit: src/sys/kern vfs_cluster.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat May 17 19:09:44 PDT 2008


dillon      2008/05/17 18:35:40 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_cluster.c 
  Log:
  Change cluster_read() to not block on read-ahead buffers it is unable to
  immediately lock.  HAMMER needs this because HAMMER will cluster at the
  device level and becaue of that the cluster can cover multiple buffer
  types and inodes.
  
  Revision  Changes    Path
  1.35      +10 -0     src/sys/kern/vfs_cluster.c


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





More information about the Commits mailing list