|
@@ -580,7 +580,7 @@ static void wb_domain_writeout_inc(struct wb_domain *dom,
|
|
|
__fprop_inc_percpu_max(&dom->completions, completions,
|
|
|
max_prop_frac);
|
|
|
/* First event after period switching was turned off? */
|
|
|
- if (!unlikely(dom->period_time)) {
|
|
|
+ if (unlikely(!dom->period_time)) {
|
|
|
/*
|
|
|
* We can race with other __bdi_writeout_inc calls here but
|
|
|
* it does not cause any harm since the resulting time when
|