commit | cba37d81f5c34197e815bcd60f075be232ae6783 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Thu Aug 24 17:07:50 2023 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:10:12 2023 -0400 |
tree | d2deda40cad57cdb0ebba2386c862c9e92fcdd60 | |
parent | 9d2a7bd8b7f747c85a113a4967ffd5d65ef72dfa [diff] |
bcachefs: Kill stripe check in bch2_alloc_v4_invalid() Since we set bucket data type to BCH_DATA_stripe based on the data pointer, not just the stripe pointer, it doesn't make sense to check for no stripe in the .key_invalid method - this is a situation that shouldn't happen, but our other fsck/repair code handles it. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>