Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1692593 > unrolled thread

[tip:perf/core] tools include uapi asm-generic: Grab a copy of fcntl.h

Started bytip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com>
First post2017-07-20 10:50 +0200
Last post2017-07-20 10:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [tip:perf/core] tools include uapi asm-generic: Grab a copy of  fcntl.h tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> - 2017-07-20 10:50 +0200

#1692593 — [tip:perf/core] tools include uapi asm-generic: Grab a copy of fcntl.h

Fromtip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com>
Date2017-07-20 10:50 +0200
Subject[tip:perf/core] tools include uapi asm-generic: Grab a copy of fcntl.h
Message-ID<u5fjJ-4Py-55@gated-at.bofh.it>
Commit-ID:  84d1d8a12df33a3e707866b9a1f9872058c3d1fb
Gitweb:     http://git.kernel.org/tip/84d1d8a12df33a3e707866b9a1f9872058c3d1fb
Author:     Arnaldo Carvalho de Melo <acme@redhat.com>
AuthorDate: Tue, 18 Jul 2017 17:09:21 -0300
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 18 Jul 2017 23:13:55 -0300

tools include uapi asm-generic: Grab a copy of fcntl.h

We'll need defines for beautifying fcntl arguments that are not
available in older distros, these:

  trace/beauty/fcntl.c: In function 'syscall_arg__scnprintf_fcntl_arg':
  trace/beauty/fcntl.c:93: error: 'F_OFD_SETLK' undeclared (first use in this function)
  trace/beauty/fcntl.c:93: error: (Each undeclared identifier is reported only once
  trace/beauty/fcntl.c:93: error: for each function it appears in.)
  trace/beauty/fcntl.c:93: error: 'F_OFD_SETLKW' undeclared (first use in this function)
  trace/beauty/fcntl.c:93: error: 'F_OFD_GETLK' undeclared (first use in this function)
  trace/beauty/fcntl.c:94: error: 'F_GETOWN_EX' undeclared (first use in this function)
  trace/beauty/fcntl.c:94: error: 'F_SETOWN_EX' undeclared (first use in this function)

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-gvlw67a47e9z65jdunj4je5s@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 {include => tools/include}/uapi/asm-generic/fcntl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/asm-generic/fcntl.h b/tools/include/uapi/asm-generic/fcntl.h
similarity index 98%
copy from include/uapi/asm-generic/fcntl.h
copy to tools/include/uapi/asm-generic/fcntl.h
index e063eff..ac19095 100644
--- a/include/uapi/asm-generic/fcntl.h
+++ b/tools/include/uapi/asm-generic/fcntl.h
@@ -90,7 +90,7 @@
 
 /* a horrid kludge trying to make sure that this will fail on old kernels */
 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
-#define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)      
+#define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
 
 #ifndef O_NDELAY
 #define O_NDELAY	O_NONBLOCK

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web