diff options
author | Tzvetelin Katchov <katchov@gmail.com> | 2015-10-07 20:15:21 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-11-11 02:19:50 -0500 |
commit | 7c7afc440c8ec311ae135df892cc489436a1ff00 (patch) | |
tree | 4ae048db6d83cc903c30fd81855e2bc4a5593abb /fs | |
parent | c8fffa643583e00eb9a783abbca251b11bc0d163 (diff) | |
download | linux-7c7afc440c8ec311ae135df892cc489436a1ff00.tar.bz2 |
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: Tzvetelin Katchov <katchov@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/9p/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/9p/cache.h b/fs/9p/cache.h index 2f9675491095..247e47e54bcc 100644 --- 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> |