Hello,

Two trivial cleanup patches.

The first one removes synchronize_rcu() from zs_compact().
Neither zsmalloc nor zram use rcu.

The second one removes redundant cond_resched() call before
the compaction busy loop.

Sergey Senozhatsky (2):
  zsmalloc: remove synchronize_rcu from zs_compact()
  zsmalloc: remove extra cond_resched() in __zs_compact

 mm/zsmalloc.c | 4 ----
 1 file changed, 4 deletions(-)

-- 
2.3.3.262.ge80e85a

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to