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