bcachefs: Use strsep() in split_devs()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 28 Sep 2023 04:50:27 +0000 (00:50 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:15 +0000 (17:10 -0400)
commitdc08c661a291f5e479fdde8322a4c295c69a3aef
tree9d95c2066bd71c036144bd5a8dba56a63f1d5bb7
parent40f7914e8dc87f8530ebbd853036cb370656b947
bcachefs: Use strsep() in split_devs()

Minor refactoring to fix a smatch complaint.

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