This function accepts a namespace ID and associated namespace data
from IDENTIFY and takes care of updating nvmeXnsY and ndaZ.
Sponsored by: Chelsio Communications
Differential D45459
nvmf: Factor out most of nvmf_rescan_ns into a helper routine jhb on Jun 2 2024, 6:44 PM. Authored by Tags None Referenced Files
Subscribers None
Details This function accepts a namespace ID and associated namespace data Sponsored by: Chelsio Communications
Diff Detail
Event TimelineComment Actions I think this looks good... Agree again on the locking, unless we're seralized somehow... but maybe the locking needs to be more reference-county rather than just pure locking because what does one do with the namespace pointers? And what use of them might need protection against the dying namespace we can't quite free yet issue that I see lurking. Thankfully, namespace changes are super rare, so we have time to work it out.
|