Hi, On Thu, Dec 20, 2018 at 02:53:53AM +0000, YueHaibing wrote: > Use DEFINE_DEBUGFS_ATTRIBUTE rather than DEFINE_SIMPLE_ATTRIBUTE > for debugfs files. > > Semantic patch information: > Rationale: DEFINE_SIMPLE_ATTRIBUTE + debugfs_create_file() > imposes some significant overhead as compared to > DEFINE_DEBUGFS_ATTRIBUTE + debugfs_create_file_unsafe(). > Ok. > Generated by: scripts/coccinelle/api/debugfs/debugfs_simple_attr.cocci > > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Acked-by: Alexander Aring <aring@xxxxxxxxxxxx> Reminder to myself: We should finally move this crap away which is even not net namespace aware and introduce a stable uapi. I would love to see it that it can be controlled by iproute2. :-) - Alex