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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>