On 12/30/19 2:29 AM, Jack Wang wrote:
+static struct kobj_attribute rtrs_srv_disconnect_attr = + __ATTR(disconnect, 0644, + rtrs_srv_disconnect_show, rtrs_srv_disconnect_store);
Could __ATTR_RW() have been used here?
+static struct kobj_attribute rtrs_srv_hca_port_attr = + __ATTR(hca_port, 0444, rtrs_srv_hca_port_show, NULL);
Could __ATTR_RO() have been used here? Thanks, Bart.