You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user