commit 9bd64fcf3b31aca72e4bd1bebd91876d777b44c9
Author: Tomohiro Kusumi <[email protected]>
Date: Sat Oct 29 15:16:14 2016 +0900
sys/vfs/hammer: Remove wrong comment
Resizing undo fifo is not supported or even planned.
It's possible to support it, though big-blocks for undo fifo
won't be contiguous blocks when expanding (which is fine too).
Currently it's always contiguous located right after layer1/2,
but before big-blocks for the root inode/pfs in volume#0.
Summary of changes:
sys/vfs/hammer/hammer_disk.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9bd64fcf3b31aca72e4bd1bebd91876d777b44c9
--
DragonFly BSD source repository