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).
This commit is contained in:
Adrien Destugues
2020-01-01 12:07:55 +01:00
parent 0b3f78e73b
commit 82f4ed7f38
5 changed files with 48 additions and 1 deletions
@@ -7,6 +7,7 @@
//! file system interface to Haiku's vnode layer
#include "Attribute.h"
#include "CheckVisitor.h"
#include "Debug.h"
#include "Volume.h"
@@ -14,7 +15,7 @@
#include "Index.h"
#include "BPlusTree.h"
#include "Query.h"
#include "Attribute.h"
#include "ResizeVisitor.h"
#include "bfs_control.h"
#include "bfs_disk_system.h"