sys/vfs/hammer: Fix wrong comment and unnecessary argument
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 17 Aug 2016 11:08:01 +0000 (20:08 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 17 Aug 2016 11:30:27 +0000 (20:30 +0900)
commitb077a45cfef52183808ce73c3f13795fb6b779db
treec5372c35bee46d8e984d1144a9d0676b8aff288e
parent16712f18f748c9c82535b14934e368ad9fb33c7a
sys/vfs/hammer: Fix wrong comment and unnecessary argument

B-Tree code isn't aware of PFS (or other HAMMER record types built
on top of B-Tree) by design. In fact pfsm argument is unused and
no longer necessary after sometime in 2008.
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_btree.c
sys/vfs/hammer/hammer_object.c