[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1427117199-2763-1-git-send-email-sergey.senozhatsky@gmail.com>
Date: Mon, 23 Mar 2015 22:26:37 +0900
From: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
Minchan Kim <minchan@...nel.org>
Cc: Nitin Gupta <ngupta@...are.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>,
Sergey Senozhatsky <sergey.senozhatsky@...il.com>
Subject: [PATCH 0/2] mm/zsmalloc: trivial clean up
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists