git: sys/vfs/hammer2: Use MPTOPMP()

2021-05-15 Thread Tomohiro Kusumi
commit 8f4737e463ebcce6e7b0cbd450597ccbab904cef Author: Tomohiro Kusumi Date: Sun May 16 04:36:03 2021 +0900 sys/vfs/hammer2: Use MPTOPMP() Summary of changes: sys/vfs/hammer2/hammer2_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfl

git: sys/vfs/hammer2: Make hammer2_mtx_upgrade_try() macro around mutex(9)

2021-05-15 Thread Tomohiro Kusumi
commit d8ebfae62ec144a63351a47a40ccbee1017cd930 Author: Tomohiro Kusumi Date: Sun May 16 03:48:29 2021 +0900 sys/vfs/hammer2: Make hammer2_mtx_upgrade_try() macro around mutex(9) just like any other HAMMER2 lock primitive. This used to be more than that until b6b260f2b42a

git: sys/vfs/hammer2: Remove no longer used hammer2_xid_t and macros

2021-05-15 Thread Tomohiro Kusumi
commit 2124498fef8f01d9780c0d56a4d2220d303828a5 Author: Tomohiro Kusumi Date: Sun May 16 03:14:40 2021 +0900 sys/vfs/hammer2: Remove no longer used hammer2_xid_t and macros These are no longer used since da6f36f44bb9c76612e31b56cdfe4d787e53d61f in 2014. Summary of changes:

git: sys/vfs/hammer2: Remove unused HMNT2_NOAUTOSNAP

2021-05-15 Thread Tomohiro Kusumi
commit cf6e1195d37cd64147b2cc12722d7cb94f8b727c Author: Tomohiro Kusumi Date: Sun May 16 02:01:23 2021 +0900 sys/vfs/hammer2: Remove unused HMNT2_NOAUTOSNAP First appeared 9 years ago in 703720e4d599857d052f0a65f2840224ce36ec5a but never used for anything. Summary of changes