Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 167451 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- mdadm-2.6/Monitor.c 2006-12-21 17:15:55.000000000 +1100 
0
++ mdadm-2.6/Monitor.c 2007-01-15 08:17:30.000000000 +1100 
Lines 383-389 Link Here
383
						)
383
						)
384
						alert("SpareActive", dev, dv, mailaddr, mailfrom, alert_cmd, dosyslog);
384
						alert("SpareActive", dev, dv, mailaddr, mailfrom, alert_cmd, dosyslog);
385
				}
385
				}
386
				st->devstate[i] = disc.state;
386
				st->devstate[i] = newstate;
387
				st->devid[i] = makedev(disc.major, disc.minor);
387
				st->devid[i] = makedev(disc.major, disc.minor);
388
			}
388
			}
389
			st->active = array.active_disks;
389
			st->active = array.active_disks;

Return to bug 167451