Adjusted the FileSystem, Volume, and UserlandRequestHandler to the new FS

interface. The classes actually interfacing with the client FS add-on still
need to be adjusted.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20246 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-02-27 23:27:27 +00:00
parent 583ed1c698
commit 8474904ee0
10 changed files with 1096 additions and 827 deletions
@@ -384,7 +384,7 @@ public:
WriteFSInfoRequest() : VolumeRequest(WRITE_FS_INFO_REQUEST) {}
fs_info info;
long mask;
uint32 mask;
};
// WriteFSInfoReply
@@ -412,7 +412,6 @@ class LookupReply : public ReplyRequest {
public:
LookupReply() : ReplyRequest(LOOKUP_REPLY) {}
Address resolvedPath;
vnode_id vnid;
int type;
};