Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/8071 to look at the new patch set (#3). Change subject: [iwyu] introduce Linux system mappings ...................................................................... [iwyu] introduce Linux system mappings For starters, added the following mappings to achieve better compatibility across different Linus versions and distros: * use <linux/kernel.h> even if <linux/sysinfo.h> is available * use <sys/vfs.h> even if <sys/statfs.h> is available * use <linux/types.h> as an umbrella header file for various asm types Change-Id: I4e50f9135fa076e429b26e3919ef19eb5d430173 --- M build-support/iwyu/iwyu-filter.awk M build-support/iwyu/iwyu.sh A build-support/iwyu/mappings/system-linux.imp M src/kudu/util/env_posix.cc 4 files changed, 48 insertions(+), 13 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/8071/3 -- To view, visit http://gerrit.cloudera.org:8080/8071 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I4e50f9135fa076e429b26e3919ef19eb5d430173 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot