commit | 94f3cd7d832c28681f1dea54b4dd8606e5e2bc75 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Sep 01 13:38:32 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 18 14:50:21 2021 -0600 |
tree | 3752d011c614186998442663f46e498cba04364e | |
parent | 51238e7fbd6182e36dbc093c92ae93142c57c0f5 [diff] |
md: extend disks_mutex coverage disks_mutex is intended to serialize md_alloc. Extended it to also cover the kobject_uevent call and getting the sysfs dirent to help reducing error handling complexity. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Song Liu <songliubraving@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>