git: kernel - Fix clustered read bug (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Mar 19 17:56:05 PDT 2012


commit cf83ee2c9f055dbfa3c0574a1a15ba9b9561af52
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Mar 19 17:52:48 2012 -0700

    kernel - Fix clustered read bug (2)
    
    * Fix an edge case that can cause hammer1 to panic.  The read-ahead
      must not go past the filesize limit.  HAMMER1 uses this to
      implement two different logical buffer sizes for regular files.

Summary of changes:
 sys/kern/vfs_cluster.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cf83ee2c9f055dbfa3c0574a1a15ba9b9561af52


-- 
DragonFly BSD source repository





More information about the Commits mailing list