diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-26 00:17:31 +0200 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-28 03:46:35 +0200 |
commit | 49fd90b2cc332b8607a616d99d4bb792f18208b9 (patch) | |
tree | d38b174649760bf3ef9a1d4c32dfd8e2f0ea7d3e /fs/bcachefs/replicas.h | |
parent | bcachefs: Fix accounting read + device removal (diff) | |
download | linux-49fd90b2cc332b8607a616d99d4bb792f18208b9.tar.xz linux-49fd90b2cc332b8607a616d99d4bb792f18208b9.zip |
bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to '')
-rw-r--r-- | fs/bcachefs/replicas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/replicas.h b/fs/bcachefs/replicas.h index 622482559c3d..5aba2c1ce133 100644 --- a/fs/bcachefs/replicas.h +++ b/fs/bcachefs/replicas.h @@ -10,7 +10,7 @@ void bch2_replicas_entry_sort(struct bch_replicas_entry_v1 *); void bch2_replicas_entry_to_text(struct printbuf *, struct bch_replicas_entry_v1 *); int bch2_replicas_entry_validate(struct bch_replicas_entry_v1 *, - struct bch_sb *, struct printbuf *); + struct bch_fs *, struct printbuf *); void bch2_cpu_replicas_to_text(struct printbuf *, struct bch_replicas_cpu *); static inline struct bch_replicas_entry_v1 * |