projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a2eda
)
ANDROID: Remove duplicate security fix
author
Dmitry Shmidt
<dimitrysh@google.com>
Wed, 31 Jan 2018 18:11:29 +0000
(10:11 -0800)
committer
Dmitry Shmidt
<dimitrysh@google.com>
Wed, 31 Jan 2018 18:11:29 +0000
(10:11 -0800)
Merge resolution problem
Change-Id: I763be7d3737179171cab26414dfea8315e5bc655
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
include/linux/bpf.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/bpf.h
b/include/linux/bpf.h
index fe1e65d0ae3ab973134741bf8bc510555f8859fd..0961516d9de0f8b31e51abc591bc3a3138fa1a60 100644
(file)
--- a/
include/linux/bpf.h
+++ b/
include/linux/bpf.h
@@
-68,9
+68,6
@@
struct bpf_map {
atomic_t refcnt;
atomic_t usercnt;
struct work_struct work;
-#ifdef CONFIG_SECURITY
- void *security;
-#endif
};
/* function argument constraints */