]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
Fix required to enable RAID arrays on SAS disks.
authorArtur Wojcik <artur.wojcik@intel.com>
Thu, 10 Dec 2009 19:03:40 +0000 (12:03 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 10 Dec 2009 19:03:40 +0000 (12:03 -0700)
commit33a6535d00eff4475a1557f3d9124e362a74ad28
tree13d1c1d6262f2578e1d9d381ca9361d41c79f475
parent922f66a935df8e6b3b66073a89c47c68c2e8cbe3
Fix required to enable RAID arrays on SAS disks.

The patch increases the capacity of buffers used to store
sysfs path names. Originally the buffers were too small to
hold the canonical representation of sysfs path (in case
of a SAS device, especially a device installed behind an
expander).

Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
Reviewed-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
mdadm.h
super-intel.c
sysfs.c