X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Ffscache%2Fobject.c;h=53d35c5042404738c213233220500feaf7686ae8;hb=0910c0bdf7c291a41bc21e40a97389c9d4c1960d;hp=dcb8216177747d033731bfd6b4a42ff903af44c5;hpb=0993537bff42edfbea7649975196cd2552c4b936;p=cascardo%2Flinux.git 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) */ bool fscache_object_sleep_till_congested(signed long *timeoutp) { - wait_queue_head_t *cong_wq = &__get_cpu_var(fscache_object_cong_wait); + wait_queue_head_t *cong_wq = this_cpu_ptr(&fscache_object_cong_wait); DEFINE_WAIT(wait); if (fscache_object_congested())