[ewg] OFED1.4 backports for RH4 fail
Doron Shoham
dorons at Voltaire.COM
Thu Jul 3 07:23:45 PDT 2008
Hi Vlad,
I'm working now on the backports for redhat4.
There are differences in the declaration of functions in drivers/base/attribute_container.c and kernel_addons/backport/2.6.9_U4/include/linux/attribute_container.h
For example, in drivers/base/attribute_container.c:
attribute_container_classdev_to_container(struct device *classdev)
and in kernel_addons/backport/2.6.9_U4/include/linux/attribute_container.h:
struct attribute_container *attribute_container_classdev_to_container(struct class_device *);
The drivers/base/attribute_container.c in ofed1.4 is different then in ofed1.3
while the kernel_addons/backport/2.6.9_U4/include/linux/attribute_container.h is the same.
Due to this,redhat4 backports failed.
Why attribute_container.c file was changed?
Can you fix that?
Thanks,
Doron
More information about the ewg
mailing list