Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
 */

#ifndef _9P_CACHE_H
#define _9P_CACHE_H
#ifdef CONFIG_9P_FSCACHE
#include <linux/fscache.h>
#include <linux/spinlock.h>