OSDN Git Service

tools include uapi: Grab a copy of linux/fs.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 24 Oct 2018 17:31:12 +0000 (14:31 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 30 Oct 2018 14:46:22 +0000 (11:46 -0300)
commitf443f38c5789ece6ebe59ae21c27bf861e61c4e2
tree552e2e86622156498af4bf1c5aef1ba58143f798
parent28fa741c27e6d57f6bf594ba3c444ce79e671e09
tools include uapi: Grab a copy of linux/fs.h

We'll use it to create tables for the 'flags' argument to the 'mount'
and 'umount' syscalls.

Add it to check_headers.sh so that when a new protocol gets added we get
a notification during the build process.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Benjamin Peterson <benjamin@python.org>
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: https://lkml.kernel.org/n/tip-yacf9jvkwfwg2g95r2us3xb3@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/uapi/linux/fs.h [new file with mode: 0644]
tools/perf/check-headers.sh