git: sys/vfs/hammer: Add hammer_xlate_to_phys()

2015-12-09 Thread Tomohiro Kusumi
commit 516655e8506e8e19b200a63ddd45874f2b41c9a3 Author: Tomohiro Kusumi 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

git: sys/vfs/hammer: Make hammer_bnew*() call _hammer_bread()

2015-12-09 Thread Tomohiro Kusumi
commit 52a92d779a61aacf3ac2d63cac2a13d4dcde5f92 Author: Tomohiro Kusumi Date: Wed Dec 9 18:38:52 2015 +0900 sys/vfs/hammer: Make hammer_bnew*() call _hammer_bread() Remove _hammer_bnew() since _hammer_bread() and _hammer_bnew() are the exact same