Turns out that the old and unused redir_vnode was also still included here.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@749 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -57,7 +57,6 @@ struct bootfs_vnode {
|
||||
struct bootfs_vnode *all_next;
|
||||
vnode_id id;
|
||||
char *name;
|
||||
void *redir_vnode;
|
||||
struct bootfs_vnode *parent;
|
||||
struct bootfs_vnode *dir_next;
|
||||
struct bootfs_stream stream;
|
||||
|
||||
@@ -73,7 +73,6 @@ struct devfs_vnode {
|
||||
struct devfs_vnode *all_next;
|
||||
vnode_id id;
|
||||
char *name;
|
||||
void *redir_vnode;
|
||||
struct devfs_vnode *parent;
|
||||
struct devfs_vnode *dir_next;
|
||||
struct devfs_stream stream;
|
||||
|
||||
@@ -48,7 +48,6 @@ struct rootfs_vnode {
|
||||
struct rootfs_vnode *all_next;
|
||||
vnode_id id;
|
||||
char *name;
|
||||
void *redir_vnode;
|
||||
struct rootfs_vnode *parent;
|
||||
struct rootfs_vnode *dir_next;
|
||||
struct rootfs_stream stream;
|
||||
|
||||
Reference in New Issue
Block a user