* [PATCH 1/1] fs: 9p: cache.h: Add #define of include guard
@ 2015-10-08 0:15 Tzvetelin Katchov
0 siblings, 0 replies; only message in thread
From: Tzvetelin Katchov @ 2015-10-08 0:15 UTC (permalink / raw)
To: linux-fsdevel
The include file was intended to have an include guard, but the #define
part is missing.
Signed-off-by: Tzvetelin Katchov <katchov@gmail.com>
---
fs/9p/cache.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/9p/cache.h b/fs/9p/cache.h
--- 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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-10-08 0:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08 0:15 [PATCH 1/1] fs: 9p: cache.h: Add #define of include guard Tzvetelin Katchov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.