DragonFly-2.3.0.78.g530dd master sys/vfs/hammer hammer_ondisk.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Feb 25 14:30:26 PST 2009


commit 530dd4947cb729aeaa1e5b57df82ff510cb0a49b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Feb 25 10:39:42 2009 -0800

    HAMMER VFS: Add missing hammer_rel_volume() call in deadlock/retry case.
    
    A late collision in hammer_get_buffer() could result in a ref count leak
    on a hammer_volume structure.  Fix the leak.

Summary of changes:
 sys/vfs/hammer/hammer_ondisk.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/530dd4947cb729aeaa1e5b57df82ff510cb0a49b


-- 
DragonFly BSD source repository





More information about the Commits mailing list