commit 516655e8506e8e19b200a63ddd45874f2b41c9a3
Author: Tomohiro Kusumi <[email protected]>
Date: Wed Dec 9 22:21:35 2015 +0900
sys/vfs/hammer: Add hammer_xlate_to_phys()
This macro is zone2 --> physical offset version of
hammer_xlate_to_zone2() and hammer_xlate_to_zoneX().
Summary of changes:
sbin/hammer/ondisk.c | 4 ++--
sys/vfs/hammer/hammer_disk.h | 7 +++++++
sys/vfs/hammer/hammer_io.c | 15 ++++++---------
sys/vfs/hammer/hammer_ondisk.c | 3 +--
4 files changed, 16 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/516655e8506e8e19b200a63ddd45874f2b41c9a3
--
DragonFly BSD source repository