mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-08 02:21:18 +00:00
perf trace beauty msg_flags: Remove MSG_TRYHARD
It is the same as MSG_DONTROUTE and is only defined together with _GNU_SOURCE. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-q4vbov6jl0e0152y01kv2htw@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
175b968b81
commit
0e91e6bfd3
@ -33,7 +33,6 @@ static size_t syscall_arg__scnprintf_msg_flags(char *bf, size_t size,
|
||||
P_MSG_FLAG(OOB);
|
||||
P_MSG_FLAG(PEEK);
|
||||
P_MSG_FLAG(DONTROUTE);
|
||||
P_MSG_FLAG(TRYHARD);
|
||||
P_MSG_FLAG(CTRUNC);
|
||||
P_MSG_FLAG(PROBE);
|
||||
P_MSG_FLAG(TRUNC);
|
||||
|
Loading…
Reference in New Issue
Block a user