Commit 7c7afc44 authored by Tzvetelin Katchov's avatar Tzvetelin Katchov Committed by Al Viro

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
......@@ -21,6 +21,7 @@
*/
#ifndef _9P_CACHE_H
#define _9P_CACHE_H
#ifdef CONFIG_9P_FSCACHE
#include <linux/fscache.h>
#include <linux/spinlock.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment