On 03/01/2017 01:23 PM, Dennis Dalessandro wrote:
+static int __init fault_init_opcode_debugfs(struct hfi1_ibdev *ibd) +{
Turns out gcc 4.4 doesn't like the __init annotation. After getting all clear email from 0-day builds I got another WARNING email later on that night. Compiles cleanly on more recent gcc but we might as well go ahead and fix as this seems to be a deprecated practice anyway. Will follow up with an updated patch shortly.
+static int __init fault_init_packet_debugfs(struct hfi1_ibdev *ibd)
And this one.
+static int __init fault_init_debugfs(struct hfi1_ibdev *ibd)
And one more. -Denny -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html