diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-01 01:45:15 -0900 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-08 02:34:33 -0900 |
commit | 06b73dbd7ffc0296b2ecea8d3bc55bfeb72d7f2a (patch) | |
tree | 1ba37985a18eb2d9a9616ee160c82339e23e2160 /libbcache/fs.h | |
parent | 171ee48e57be78f4e95954c99851553fa523bf91 (diff) |
cmd_migratedisk-format-changes
Diffstat (limited to 'libbcache/fs.h')
-rw-r--r-- | libbcache/fs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbcache/fs.h b/libbcache/fs.h index 933fb6d..2a29b13 100644 --- a/libbcache/fs.h +++ b/libbcache/fs.h @@ -52,13 +52,13 @@ int __must_check __bch_write_inode(struct cache_set *, struct bch_inode_info *, int __must_check bch_write_inode(struct cache_set *, struct bch_inode_info *); -void bch_fs_exit(void); -int bch_fs_init(void); +void bch_vfs_exit(void); +int bch_vfs_init(void); #else -static inline void bch_fs_exit(void) {} -static inline int bch_fs_init(void) { return 0; } +static inline void bch_vfs_exit(void) {} +static inline int bch_vfs_init(void) { return 0; } #endif |