Skip to content
Snippets Groups Projects
Commit 7c7afc44 authored by Tzvetelin Katchov's avatar Tzvetelin Katchov Committed by Al Viro
Browse files

fs: 9p: cache.h: Add #define of include guard


The include file was intended to have an include guard, but the #define
part is missing.

Signed-off-by: default avatarTzvetelin Katchov <katchov@gmail.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent c8fffa64
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
*/ */
#ifndef _9P_CACHE_H #ifndef _9P_CACHE_H
#define _9P_CACHE_H
#ifdef CONFIG_9P_FSCACHE #ifdef CONFIG_9P_FSCACHE
#include <linux/fscache.h> #include <linux/fscache.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment