From 8a0d2414c62b5f0917ae6a4ecf5a8aa671f599ae Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 13 Aug 2006 16:02:50 +0200 Subject: [GCC4] fix build error in include/linux/fsfilter.h This patch fixes this error with gcc 4 : methods.c:60: error: static declaration of 'filter_oppar' follows non-static declaration /usr/src/git/linux-2.4/include/linux/fsfilter.h:73: error: previous declaration of 'filter_oppar' was here --- include/linux/fsfilter.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/linux/fsfilter.h b/include/linux/fsfilter.h index 0cd4677..cb495b6 100644 --- a/include/linux/fsfilter.h +++ b/include/linux/fsfilter.h @@ -70,7 +70,6 @@ #define FILTER_FS_REISERFS 2 #define FILTER_FS_XFS 3 #define FILTER_FS_OBDFS 4 #define FILTER_FS_TMPFS 5 -extern struct filter_fs filter_oppar[FILTER_FS_TYPES]; struct filter_fs *filter_get_filter_fs(const char *cache_type); void filter_setup_journal_ops(struct filter_fs *ops, char *cache_type); -- 1.4.2