Re: [PATCH v7 08/16] block,elevator: use new hashtable implementation
From: Tejun Heo <tj@kernel.org>
Date: 2012-10-29 01:29:35
Also in:
dm-devel, linux-mm, linux-nfs, lkml
From: Tejun Heo <tj@kernel.org>
Date: 2012-10-29 01:29:35
Also in:
dm-devel, linux-mm, linux-nfs, lkml
On Sun, Oct 28, 2012 at 03:02:20PM -0400, Sasha Levin wrote:
Switch elevator to use the new hashtable implementation. This reduces the amount of generic unrelated code in the elevator. This also removes the dymanic allocation of the hash table. The size of the table is constant so there's no point in paying the price of an extra dereference when accessing it. Signed-off-by: Sasha Levin <redacted>
Reviewed-by: Tejun Heo <tj@kernel.orG> But please reformat commit message to fit inside 80col (preferably 74 or something like that). Thanks. -- tejun -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>