]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Fix setting ca->name in device add
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 1 May 2025 02:05:49 +0000 (22:05 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:14:39 +0000 (20:14 -0400)
commit8a6b883e78bfed6909e21c2afb6138b603d1ee6c
tree95df57ba06bb6359979d249d3d12e8ec60b5fd9f
parent5ce11d9d1bd5dfd8876d35bd9e61f38f47807c42
bcachefs: Fix setting ca->name in device add

Device add doesn't get the devide index and attach to the filesystem
until after attaching the block device, and setting the device name from
the block device name - these needs some minor tweaks.

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