]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
md/raid1: avoid soft lockup under high load
authorHannes Reinecke <hare@suse.de>
Fri, 25 Oct 2019 07:08:56 +0000 (09:08 +0200)
committerSong Liu <songliubraving@fb.com>
Tue, 12 Nov 2019 00:32:22 +0000 (16:32 -0800)
commit5fa4f8bac9516b988d2ccd3f05f4267f8da24269
tree3418d060df452d8539fb72877eec594a73f1be9e
parentda644b2cc1a4664ff7f75d3ae50e3fcf638580d9
md/raid1: avoid soft lockup under high load

As all I/O is being pushed through a kernel thread the softlockup
watchdog might be triggered under high load.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Song Liu <songliubraving@fb.com>
drivers/md/raid1.c