diff mbox

[1/1] fs: 9p: cache.h: Add #define of include guard

Message ID 5615B599.5020205@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Tzvetelin Katchov Oct. 8, 2015, 12:15 a.m. UTC
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(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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>