commit | ea0531f84eec65a1204a13167965bc151e0f072c | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@gmail.com> | Thu Sep 30 11:09:26 2021 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:09:13 2023 -0400 |
tree | 2125ef289735ed2c5bca39bfed101a42a09fd33c | |
parent | 0476fa948e6fac0b7fa04b5bb0ed30631cbf50ea [diff] |
bcachefs: Fix check_inode_update_hardlinks() We were incorrectly using bch2_inode_write(), which gets the snapshot ID from the iterator, with a BTREE_ITER_ALL_SNAPSHOTS iterator - fortunately caught by an assertion in the update path. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>