git: sys/vfs/hammer: Remove #if0'd hammer_mirror_write()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sun Nov 29 00:27:46 PST 2015


commit 913505ff7043d30524cc618d0966344059ff609b
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Nov 29 16:52:46 2015 +0900

    sys/vfs/hammer: Remove #if0'd hammer_mirror_write()
    
    and its sub function hammer_mirror_localize_data().
    
    These two functions are replaced by hammer_create_at_cursor()
    and hammer_cursor_localize_data() which basically do the same
    thing in 83f2a3aa, as the comment says.
    
    Fix some comments that haven't been updated after replacing.

Summary of changes:
 sys/vfs/hammer/hammer_mirror.c | 161 +----------------------------------------
 1 file changed, 2 insertions(+), 159 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/913505ff7043d30524cc618d0966344059ff609b


-- 
DragonFly BSD source repository



More information about the Commits mailing list