git: sbin/hammer: Have consistent naming for buffer variables
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Mar 12 14:37:56 PDT 2017
commit 52c15408ad7e64ec2d7df27f82333e5a5dc1d41f
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Thu Mar 9 21:31:51 2017 +0200
sbin/hammer: Have consistent naming for buffer variables
Use *buffer.
Userspace is mix of *buf and *buffer for no reason.
sys/vfs/hammer is always *buffer.
Summary of changes:
sbin/hammer/hammer_util.h | 2 +-
sbin/hammer/ondisk.c | 80 ++++++++++++++++++++++++-----------------------
2 files changed, 42 insertions(+), 40 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/52c15408ad7e64ec2d7df27f82333e5a5dc1d41f
--
DragonFly BSD source repository
More information about the Commits
mailing list