History log of /haiku/src/add-ons/kernel/file_systems/bfs/ResizeVisitor.h
Revision Date Author Comments
# 82f4ed7f 31-Dec-2019 Adrien Destugues <pulkomandy@pulkomandy.tk>

bfs: add stub for ResizeVisitor.

This allows to have all the tools (resizefs, fs_shell, etc) merged, and
split out the remaining BFS resize changes in a way that makes some
sense. We can easily merge all the basic infrastructure (ioctls, etc)
without any of the actual resizing code (I'll leave that to
professionals).