summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-linear.c
diff options
context:
space:
mode:
authorChao Yu <chao2.yu@samsung.com>2014-09-25 15:28:34 +0800
committerNeilBrown <neilb@suse.de>2014-10-14 13:08:28 +1100
commit50bd3774058137e687b41da8b31fdd3544f7d901 (patch)
tree73e3c10f5721e20064e6d48115ed295f9f447e43 /drivers/md/dm-linear.c
parent0638bb0e732fa2c839fceec93fc02e2347e0f596 (diff)
downloadlinux-50bd3774058137e687b41da8b31fdd3544f7d901.tar.bz2
md: avoid potential long delay under pers_lock
printk may cause long time lapse if value of printk_delay in sysctl is configured large by user. If register_md_personality takes long time to print in spinlock pers_lock, we may encounter high CPU usage rate when there are other pers_lock competitors who may be blocked to spin. We can avoid this condition by moving printk out of coverage of pers_lock spinlock. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/dm-linear.c')
0 files changed, 0 insertions, 0 deletions