- pre3:
[davej-history.git] / include / linux / romfs_fs_i.h
blob1ffe4b7dae0c095bb49b60ceef9e85241de7ae66
1 #ifndef __ROMFS_FS_I
2 #define __ROMFS_FS_I
4 /* inode in-kernel data */
6 struct romfs_inode_info {
7 unsigned long i_metasize; /* size of non-data area */
8 unsigned long i_dataoffset; /* from the start of fs */
9 };
11 #endif