diff options
Diffstat (limited to 'fs/fscache/main.c')
-rw-r--r-- | fs/fscache/main.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/fs/fscache/main.c b/fs/fscache/main.c index 63f868e869b9..a31b83c5cbd9 100644 --- a/fs/fscache/main.c +++ b/fs/fscache/main.c | |||
@@ -197,24 +197,6 @@ static void __exit fscache_exit(void) | |||
197 | module_exit(fscache_exit); | 197 | module_exit(fscache_exit); |
198 | 198 | ||
199 | /* | 199 | /* |
200 | * wait_on_bit() sleep function for uninterruptible waiting | ||
201 | */ | ||
202 | int fscache_wait_bit(void *flags) | ||
203 | { | ||
204 | schedule(); | ||
205 | return 0; | ||
206 | } | ||
207 | |||
208 | /* | ||
209 | * wait_on_bit() sleep function for interruptible waiting | ||
210 | */ | ||
211 | int fscache_wait_bit_interruptible(void *flags) | ||
212 | { | ||
213 | schedule(); | ||
214 | return signal_pending(current); | ||
215 | } | ||
216 | |||
217 | /* | ||
218 | * wait_on_atomic_t() sleep function for uninterruptible waiting | 200 | * wait_on_atomic_t() sleep function for uninterruptible waiting |
219 | */ | 201 | */ |
220 | int fscache_wait_atomic_t(atomic_t *p) | 202 | int fscache_wait_atomic_t(atomic_t *p) |