projects
/
GitHub
/
LineageOS
/
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:
c8fffa6
)
fs: 9p: cache.h: Add #define of include guard
author
Tzvetelin Katchov
<katchov@gmail.com>
Thu, 8 Oct 2015 00:15:21 +0000
(20:15 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 11 Nov 2015 07:19:50 +0000
(
02:19
-0500)
The include file was intended to have an include guard, but the #define
part is missing.
Signed-off-by: Tzvetelin Katchov <katchov@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/9p/cache.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/9p/cache.h
b/fs/9p/cache.h
index 2f96754910950b59b26ac4a2046808cc7bf043c1..247e47e54bcc2c0836a334172367a140884d5c08 100644
(file)
--- a/
fs/9p/cache.h
+++ b/
fs/9p/cache.h
@@
-21,6
+21,7
@@
*/
#ifndef _9P_CACHE_H
+#define _9P_CACHE_H
#ifdef CONFIG_9P_FSCACHE
#include <linux/fscache.h>
#include <linux/spinlock.h>