nfsd: minor nfsd_lookup cleanup
[safe/jmp/linux-2.6] / kernel / rcutree_plugin.h
index 09b7325..1cee04f 100644 (file)
@@ -370,9 +370,8 @@ static void rcu_preempt_check_callbacks(int cpu)
                rcu_preempt_qs(cpu);
                return;
        }
-       if (per_cpu(rcu_preempt_data, cpu).qs_pending) {
+       if (per_cpu(rcu_preempt_data, cpu).qs_pending)
                t->rcu_read_unlock_special |= RCU_READ_UNLOCK_NEED_QS;
-       }
 }
 
 /*