diff options
Diffstat (limited to 'fs/aufs/spl.h')
-rw-r--r-- | fs/aufs/spl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/aufs/spl.h b/fs/aufs/spl.h index f9b528826..8f519db37 100644 --- a/fs/aufs/spl.h +++ b/fs/aufs/spl.h @@ -11,6 +11,7 @@ #ifdef __KERNEL__ +#if 0 struct au_splhead { spinlock_t spin; struct list_head head; @@ -43,6 +44,7 @@ static inline void au_spl_del_rcu(struct list_head *list, list_del_rcu(list); spin_unlock(&spl->spin); } +#endif /* ---------------------------------------------------------------------- */ |