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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user