From: Lai Jiangshan Date: Fri, 6 Jun 2014 21:37:15 +0000 (-0700) Subject: idr: reorder the fields X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~4^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcbff5d1effbbd52be1ed9f2efb6c8d0445ad188;p=pandora-kernel.git idr: reorder the fields idr_layer->layer is always accessed in read path, move it in the front. idr_layer->bitmap is moved on the bottom. And rcu_head shares with bitmap due to they do not be accessed at the same time. idr->id_free/id_free_cnt/lock are free list fields, and moved to the bottom. They will be removed in near future. Signed-off-by: Lai Jiangshan Cc: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed