diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-12-27 20:32:40 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-12-28 02:55:06 -0500 |
commit | d77921a153b83e576c01386d38a1e457bb84a009 (patch) | |
tree | 77ae06ed5801200180f2362dc468407d76865033 /libbcachefs/super.h | |
parent | 30caf69540dfb3913e8b5c0359f7714dd52a08cb (diff) |
Update bcachefs sources to f4b290345a bcachefs: device resize
Diffstat (limited to 'libbcachefs/super.h')
-rw-r--r-- | libbcachefs/super.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/super.h b/libbcachefs/super.h index 7ebe5981..3189da6a 100644 --- a/libbcachefs/super.h +++ b/libbcachefs/super.h @@ -189,6 +189,7 @@ int bch2_dev_add(struct bch_fs *, const char *); int bch2_dev_online(struct bch_fs *, const char *); int bch2_dev_offline(struct bch_fs *, struct bch_dev *, int); int bch2_dev_evacuate(struct bch_fs *, struct bch_dev *); +int bch2_dev_resize(struct bch_fs *, struct bch_dev *, u64); bool bch2_fs_emergency_read_only(struct bch_fs *); void bch2_fs_read_only(struct bch_fs *); |