sys/vfs/hammer: Use kuuid_compare() instead of bcmp()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 23 Sep 2017 20:43:52 +0000 (23:43 +0300)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 24 Sep 2017 09:47:50 +0000 (12:47 +0300)
commitf29237b008818025720a28de524b713b6786e9fb
tree1508249a87d76332994fdaf3c1edde5f57f12d50
parente32a768eea4f0cf173eef86bfdf265133a226ccf
sys/vfs/hammer: Use kuuid_compare() instead of bcmp()

though kuuid_compare() is probably slower than bcmp() in most cases.
It's not performance critical part anyway.
sys/vfs/hammer/hammer_ondisk.c
sys/vfs/hammer/hammer_vnops.c