git: sys/vfs/hammer: Remove wrong comment

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Oct 29 21:30:55 PDT 2016


commit 9bd64fcf3b31aca72e4bd1bebd91876d777b44c9
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
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



More information about the Commits mailing list