commit b077a45cfef52183808ce73c3f13795fb6b779db
Author: Tomohiro Kusumi <[email protected]>
Date: Wed Aug 17 20:08:01 2016 +0900
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.
Summary of changes:
sys/vfs/hammer/hammer.h | 1 -
sys/vfs/hammer/hammer_btree.c | 8 +-------
sys/vfs/hammer/hammer_object.c | 10 ++++------
3 files changed, 5 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b077a45cfef52183808ce73c3f13795fb6b779db
--
DragonFly BSD source repository