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

git: kernel - Fix buffer cache mismatch assertion (hammer)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Dec 2012 14:43:24 -0800 (PST)

commit 47269f33297c4341940c5c84a57e12e823cc0181
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri Dec 14 14:42:52 2012 -0800

    kernel - Fix buffer cache mismatch assertion (hammer)
    
    * Fix an issue where cluster_write() could instantiate buffers with
      the wrong buffer size.  Only effects HAMMER1 which uses two different
      buffer sizes for files.
    
    * Bug could cause a mismatched buffer size assertion in the kernel.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/47269f33297c4341940c5c84a57e12e823cc0181


-- 
DragonFly BSD source repository



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