commit 97e5a0083db5b35c30879770ea0d10d7bba6308e
Author: Tomohiro Kusumi <[email protected]>
Date: Wed Jun 8 12:06:40 2016 +0900
sys/vfs/hammer: Remove sys/vfs/hammer/hammer_freemap.c
This file does nothing and hasn't done anything since 2008.
> This space reserved for our low-level storage localization manager XXX
The current blockmap code has nothing to do with localization
(which is high-level idea than blockmap), and this probably
won't be implemented in the future as well.
Summary of changes:
sys/conf/files | 1 -
sys/vfs/hammer/Makefile | 2 +-
sys/vfs/hammer/hammer_freemap.c | 44 -----------------------------------------
3 files changed, 1 insertion(+), 46 deletions(-)
delete mode 100644 sys/vfs/hammer/hammer_freemap.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/97e5a0083db5b35c30879770ea0d10d7bba6308e
--
DragonFly BSD source repository