git: sys/vfs/hammer: Make struct hammer_sync_info file local
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Wed Dec 9 01:21:39 PST 2015
commit 8efe8cf6bb8e7852a323c789230a3256bb7bafe6
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Wed Dec 9 15:57:49 2015 +0900
sys/vfs/hammer: Make struct hammer_sync_info file local
This should be a file local struct as no one else needs this
at this point. This struct is for *data part of vsyncscan().
Summary of changes:
sys/vfs/hammer/hammer.h | 5 -----
sys/vfs/hammer/hammer_ondisk.c | 5 +++++
2 files changed, 5 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8efe8cf6bb8e7852a323c789230a3256bb7bafe6
--
DragonFly BSD source repository
More information about the Commits
mailing list