Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'md-3.5-fixes' of git://neil.brown.name/md

Pull raid10 build failure fix from NeilBrown:
"I really shouldn't do important things late in the day. It seems that
I get careless."

* tag 'md-3.5-fixes' of git://neil.brown.name/md:
md/raid10: fix careless build error

+1 -1
+1 -1
drivers/md/raid10.c
··· 1394 1394 bio_list_add(&conf->pending_bio_list, mbio); 1395 1395 conf->pending_count++; 1396 1396 spin_unlock_irqrestore(&conf->device_lock, flags); 1397 - if (!mddev_check_plugged(mddev, 0, 0)) 1397 + if (!mddev_check_plugged(mddev)) 1398 1398 md_wakeup_thread(mddev->thread); 1399 1399 1400 1400 if (!r10_bio->devs[i].repl_bio)