diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-02-27 20:24:00 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-02-27 20:24:00 -0800 |
| commit | 94982b1e033ad4e680e63450ce3f54ea0634dd46 (patch) | |
| tree | b5f227918d7cdb52f75353640202a879e571f62a /include | |
| parent | 6c4971a8a59d6ae4f1ff59126b20b62ad37222f1 (diff) | |
[PATCH] (6/7) kdev_t removals
* in intermezzo a bunch of places where we are comparing ->s_dev
are replaced with comparing pointers to superblocks.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/intermezzo_fs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/intermezzo_fs.h b/include/linux/intermezzo_fs.h index 240dd8f24fe6..a0fe6dbc4622 100644 --- a/include/linux/intermezzo_fs.h +++ b/include/linux/intermezzo_fs.h @@ -68,7 +68,7 @@ struct kml_fsdata }; /* super.c */ -struct presto_cache *presto_find_cache(kdev_t dev) ; +struct presto_cache *presto_find_cache(struct super_block *sb) ; extern struct file_system_type presto_fs_type; extern int init_intermezzo_fs(void); @@ -89,7 +89,6 @@ struct presto_cache { int cache_flags; char *cache_root_fileset; /* fileset mounted on cache "/" */ - kdev_t cache_dev; /* underlying block device */ struct super_block *cache_sb; struct dentry *cache_mtde; /* unix mtpt of cache XXX NOT VALID XXX */ char *cache_mtpt; /* again */ |
