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

git: DragonFly_RELEASE_2_4 HAMMER VFS - Disallow rebalancing on small-memory machines


From: Thomas Nikolajsen <thomas@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 14 Feb 2010 22:14:19 -0800 (PST)

commit 12eb5fd7080136c7a607230bd186302e4d200199
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Tue Jan 26 12:50:33 2010 -0800

    HAMMER VFS - Disallow rebalancing on small-memory machines
    
    * Rebalancing may have to hold upwards of 3900 buffers locked
      in the worst case, disallow the operation on machines which
      do not configure enough buffer cache buffers.
    
    DragonFly-bug: issue1552

Summary of changes:
 sys/vfs/hammer/hammer.h       |   10 ++++++++++
 sys/vfs/hammer/hammer_ioctl.c |   11 +++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/12eb5fd7080136c7a607230bd186302e4d200199


-- 
DragonFly BSD source repository



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