> + > + TP_fast_assign( > + char *__no_bdi = "(no bdi)"; > + > + if (bdi) > + strncpy(__entry->name, dev_name(bdi->dev), 32); > + else > + strncpy(__entry->name, __no_bdi, 32); I can't see a caller that doesn't have a bdi. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html