git: sbin/hammer: cleanups
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Feb 14 11:47:30 PST 2015
commit f85c5afc79b72a61f6b2402a47aeb9b4bad30341
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Wed Feb 4 05:35:56 2015 +0900
sbin/hammer: cleanups
- Minor cleanups in addition to 24dd5805.
- hunk1 - no need to dereference indirect pointer **bufferp via direct
pointer *buffer in here anymore.
- hunk2 - all the rest of the code use **bufferp instead of **bufp.
- from Submit #2783
Summary of changes:
sbin/hammer/ondisk.c | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f85c5afc79b72a61f6b2402a47aeb9b4bad30341
--
DragonFly BSD source repository
More information about the Commits
mailing list