diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-23 00:40:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-23 00:40:54 +0000 |
commit | 529c593ece216e4aaffd36bd940cb94f1fa63129 (patch) | |
tree | 78f1c0b805f5656aa7b0417a043c5346f700a2cf /include/linux/adfs_fs_i.h | |
parent | 0bd079751d25808d1972baee5c4eaa1db2227257 (diff) |
Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c
driver due to the Origin A64 hacks.
Diffstat (limited to 'include/linux/adfs_fs_i.h')
-rw-r--r-- | include/linux/adfs_fs_i.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/linux/adfs_fs_i.h b/include/linux/adfs_fs_i.h index 831575165..94d5607bf 100644 --- a/include/linux/adfs_fs_i.h +++ b/include/linux/adfs_fs_i.h @@ -11,7 +11,13 @@ * adfs file system inode data in memory */ struct adfs_inode_info { - unsigned long file_id; /* id of fragments containing actual data */ + unsigned long mmu_private; + unsigned long parent_id; /* object id of parent */ + __u32 loadaddr; /* RISC OS load address */ + __u32 execaddr; /* RISC OS exec address */ + unsigned int filetype; /* RISC OS file type */ + unsigned int attr; /* RISC OS permissions */ + int stamped:1; /* RISC OS file has date/time */ }; #endif |