On Thu, Apr 11, 2013 at 11:55:37AM +0200, Veaceslav Falico wrote: > However, I think my patch still adds something good, cause now we have 2 > cases where we basically do: > > k = kset_find_obj(); > if (!k) > return; > kobject_put(k); > > which adds useless overhead (by using kobject_get()/kobject_put(), and > kobject_release() - which is called from kobject_put()) - where we should > only verify if there exists a kobject with the specified name. > > Should I resend it with a properly fixed commit message, or it's really not > needed? I don't think it's really needed, there is no speed/overhead issue here and you need to do the kobject_get/put stuff anyway if you are trying to look at a kobject. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html