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

git: kernel - Fix clustered read bug (2)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Mar 2012 17:56:05 -0700 (PDT)

commit cf83ee2c9f055dbfa3c0574a1a15ba9b9561af52
Author: Matthew Dillon <dillon@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



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