diff options
author | Xiao Ni <xni@redhat.com> | 2019-06-14 15:41:05 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-06-15 01:37:34 -0600 |
commit | d9771f5ec46c282d518b453c793635dbdc3a2a94 (patch) | |
tree | 7e1efccb9fa99de1870828096e0c4026b2c8e993 /drivers/md/md.c | |
parent | 3f677f9c998a18d11641b5a2de6f11d0af32a153 (diff) | |
download | linux-d9771f5ec46c282d518b453c793635dbdc3a2a94.tar.gz linux-d9771f5ec46c282d518b453c793635dbdc3a2a94.tar.bz2 linux-d9771f5ec46c282d518b453c793635dbdc3a2a94.zip |
raid5-cache: Need to do start() part job after adding journal device
commit d5d885fd514f ("md: introduce new personality funciton start()")
splits the init job to two parts. The first part run() does the jobs that
do not require the md threads. The second part start() does the jobs that
require the md threads.
Now it just does run() in adding new journal device. It needs to do the
second part start() too.
Fixes: d5d885fd514f ("md: introduce new personality funciton start()")
Cc: stable@vger.kernel.org #v4.9+
Reported-by: Michal Soltys <soltys@ziu.info>
Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/md.c')
0 files changed, 0 insertions, 0 deletions