summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-dpath-path.c
blob: c3654604b423f576f13c78ae6e822f0691f572a1 (plain)
1
2
3
4
5
6
7
#include <linux/path.h>
#include <linux/dcache.h>

void ____autoconf_func(struct path *p)
{
	(void)d_path(p, NULL, 0);
}