diff options
Diffstat (limited to 'libbcache/super-io.h')
-rw-r--r-- | libbcache/super-io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbcache/super-io.h b/libbcache/super-io.h index 1eda57bc..665de811 100644 --- a/libbcache/super-io.h +++ b/libbcache/super-io.h @@ -80,7 +80,7 @@ static inline struct cache_member_cpu cache_mi_to_cpu_mi(struct bch_member *mi) }; } -int bch_cache_set_mi_update(struct cache_set *, struct bch_member *, unsigned); +int bch_fs_mi_update(struct cache_set *, struct bch_member *, unsigned); int bch_sb_to_cache_set(struct cache_set *, struct bch_sb *); int bch_sb_from_cache_set(struct cache_set *, struct cache *); @@ -96,7 +96,7 @@ int bch_super_realloc(struct bcache_superblock *, unsigned); const char *bch_validate_cache_super(struct bcache_superblock *); const char *bch_read_super(struct bcache_superblock *, - struct cache_set_opts, const char *); + struct bch_opts, const char *); void bch_write_super(struct cache_set *); void bch_check_mark_super_slowpath(struct cache_set *, |