bcachefs: -EROFS doesn't count as move_extent_start_fail
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 27 Nov 2023 04:11:18 +0000 (23:11 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 29 Nov 2023 03:58:22 +0000 (22:58 -0500)
commit1b1bd0fd41577400434d5948edc2679092c57b08
treecdbfd603830c20311f5c8ff5d69272f3d0e11f4a
parentae4d612cc1f23a6137d0978b1620a2af2e201c1a
bcachefs: -EROFS doesn't count as move_extent_start_fail

The automated tests check if we've hit too many slowpath/error path
events and fail the test - if we're just shutting down, that naturally
shouldn't count.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/move.c