diff options
| author | Dave Jones <davej@suse.de> | 2002-08-19 18:10:50 -0700 |
|---|---|---|
| committer | Dave Jones <davej@suse.de> | 2002-08-19 18:10:50 -0700 |
| commit | 6424ea03c9ac36098e59c89264494ee69818ed5c (patch) | |
| tree | 1a3f91d4bb3722030501802d5a9630e1d418044c /include/linux | |
| parent | 0ee29e6010df87ffb563f2f9bfdf019e0976c6cb (diff) | |
[PATCH] ROMFS superblock cleanup.
This patch from Christoph Hellwig divorces ROMFS
from the struct superblock union, as has been done
to various other filesystems during 2.5
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/romfs_fs_sb.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/romfs_fs_sb.h b/include/linux/romfs_fs_sb.h deleted file mode 100644 index 02da2280a6df..000000000000 --- a/include/linux/romfs_fs_sb.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __ROMFS_FS_SB -#define __ROMFS_FS_SB - -/* romfs superblock in-core data */ - -struct romfs_sb_info { - unsigned long s_maxsize; -}; - -#endif |
