git: sys/vfs/hammer: Change obsolete hammer_ioc_reblock fields to reserved
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Aug 22 10:53:23 PDT 2015
commit 8b3db9490844e0298ec222baa52dfc13d6d9ad51
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sat Aug 22 12:52:34 2015 +0900
sys/vfs/hammer: Change obsolete hammer_ioc_reblock fields to reserved
record_count and record_moves fields in
hammer_ioc_reblock are not used and not necessary.
These fields were used when there was a distinction
between data and meta reblock (see bf686dbe). Meta
reblock is now a part of data reblock, so these two
are no longer used.
Summary of changes:
sys/vfs/hammer/hammer_ioctl.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8b3db9490844e0298ec222baa52dfc13d6d9ad51
--
DragonFly BSD source repository
More information about the Commits
mailing list