diff options
Diffstat (limited to 'fs/fscache/internal.h')
-rw-r--r-- | fs/fscache/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h index bc6c08fcfddd..7872a62ef30c 100644 --- a/fs/fscache/internal.h +++ b/fs/fscache/internal.h | |||
@@ -97,8 +97,6 @@ static inline bool fscache_object_congested(void) | |||
97 | return workqueue_congested(WORK_CPU_UNBOUND, fscache_object_wq); | 97 | return workqueue_congested(WORK_CPU_UNBOUND, fscache_object_wq); |
98 | } | 98 | } |
99 | 99 | ||
100 | extern int fscache_wait_bit(void *); | ||
101 | extern int fscache_wait_bit_interruptible(void *); | ||
102 | extern int fscache_wait_atomic_t(atomic_t *); | 100 | extern int fscache_wait_atomic_t(atomic_t *); |
103 | 101 | ||
104 | /* | 102 | /* |