diff options
Diffstat (limited to 'fs/fscache/object.c')
-rw-r--r-- | fs/fscache/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fscache/object.c b/fs/fscache/object.c index dcb821617774..53d35c504240 100644 --- a/fs/fscache/object.c +++ b/fs/fscache/object.c | |||
@@ -799,7 +799,7 @@ void fscache_enqueue_object(struct fscache_object *object) | |||
799 | */ | 799 | */ |
800 | bool fscache_object_sleep_till_congested(signed long *timeoutp) | 800 | bool fscache_object_sleep_till_congested(signed long *timeoutp) |
801 | { | 801 | { |
802 | wait_queue_head_t *cong_wq = &__get_cpu_var(fscache_object_cong_wait); | 802 | wait_queue_head_t *cong_wq = this_cpu_ptr(&fscache_object_cong_wait); |
803 | DEFINE_WAIT(wait); | 803 | DEFINE_WAIT(wait); |
804 | 804 | ||
805 | if (fscache_object_congested()) | 805 | if (fscache_object_congested()) |