diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-03-12 03:34:06 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-03-12 03:34:06 -0800 |
| commit | f8534f7509b52b073824a93291f4eb9525928898 (patch) | |
| tree | 65b75d61a95cdccf5afc2db691c08312d8093416 /include/linux | |
| parent | 886fdc3a4a393c9dc88a6a54e4e6822a280a1eb7 (diff) | |
[PATCH] removal of ->u.romfs_i
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 3 | ||||
| -rw-r--r-- | include/linux/romfs_fs_i.h | 11 |
2 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 7611f4f3bde0..d777a1867bd1 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -289,7 +289,6 @@ extern void set_bh_page(struct buffer_head *bh, struct page *page, unsigned long #include <linux/pipe_fs_i.h> /* #include <linux/umsdos_fs_i.h> */ -#include <linux/romfs_fs_i.h> /* * Attribute flags. These should be or-ed together to figure out what @@ -453,8 +452,6 @@ struct inode { unsigned int i_attr_flags; __u32 i_generation; union { - /* struct umsdos_inode_info umsdos_i; */ - struct romfs_inode_info romfs_i; void *generic_ip; } u; }; diff --git a/include/linux/romfs_fs_i.h b/include/linux/romfs_fs_i.h deleted file mode 100644 index 1ffe4b7dae0c..000000000000 --- a/include/linux/romfs_fs_i.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __ROMFS_FS_I -#define __ROMFS_FS_I - -/* inode in-kernel data */ - -struct romfs_inode_info { - unsigned long i_metasize; /* size of non-data area */ - unsigned long i_dataoffset; /* from the start of fs */ -}; - -#endif |
