mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
Remove coccinelle's recommendation to use DEFINE_DEBUGFS_ATTRIBUTE()
instead of DEFINE_SIMPLE_ATTRIBUTE(). Regardless of whether or not the
"significant overhead" incurred by debugfs_create_file() is actually
meaningful, warnings from the script have led to a rash of low-quality
patches that have sowed confusion and consumed maintainer time for little
to no benefit. There have been no less than four attempts to "fix" KVM,
and a quick search on lore shows that KVM is not alone.
This reverts commit
|
||
|---|---|---|
| .. | ||
| alloc | ||
| atomic_as_refcounter.cocci | ||
| check_bq27xxx_data.cocci | ||
| d_find_alias.cocci | ||
| device_attr_show.cocci | ||
| err_cast.cocci | ||
| kfree_mismatch.cocci | ||
| kfree_sensitive.cocci | ||
| kstrdup.cocci | ||
| kvmalloc.cocci | ||
| memdup.cocci | ||
| memdup_user.cocci | ||
| platform_get_irq.cocci | ||
| platform_no_drv_owner.cocci | ||
| pm_runtime.cocci | ||
| resource_size.cocci | ||
| simple_open.cocci | ||
| stream_open.cocci | ||
| vma_pages.cocci | ||