mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 17:53:13 +01:00
Moved vnum to priv_data of vm_file since its only related to vfs files.
This commit is contained in:
@@ -130,7 +130,6 @@ struct vm_object {
|
||||
|
||||
/* In memory representation of either a vfs file, a device. */
|
||||
struct vm_file {
|
||||
unsigned long vnum;
|
||||
unsigned long length;
|
||||
unsigned int type;
|
||||
struct list_head list;
|
||||
|
||||
Reference in New Issue
Block a user