summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-backtrace.c
blob: 7124aa1dc8fb77d5fe1adae0cc4a0dcaff2ff3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <execinfo.h>
#include <stdio.h>

int main(void)
{
	void *backtrace_fns[10];
	size_t entries;

	entries = backtrace(backtrace_fns, 10);
	backtrace_symbols_fd(backtrace_fns, entries, 1);

	return 0;
}
mode:
Diffstat (limited to 'fs/nfsd/export.c')
which a port belongs, use it when programming the port based VLANs and thus remove the cache. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat