Removed the fs_vnode_ops::create_dir() parameter for returning the ID of the
newly created dir. The VFS really doesn't need it and for some file systems it might not be easy to get by. Several file systems (e.g. rootfs and fat) were ignoring the parameter anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29719 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -954,8 +954,6 @@ public:
|
||||
class CreateDirReply : public ReplyRequest {
|
||||
public:
|
||||
CreateDirReply() : ReplyRequest(CREATE_DIR_REPLY) {}
|
||||
|
||||
ino_t newDir;
|
||||
};
|
||||
|
||||
// RemoveDirRequest
|
||||
|
||||
Reference in New Issue
Block a user