From: David Chinner Date: Thu, 10 Apr 2008 02:18:54 +0000 (+1000) Subject: [XFS] Reorganise xlog_t for better cacheline isolation of contention X-Git-Tag: v2.6.26-rc1~1147^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4679b2d36d53ed508c956337972fbbea8db99a77;p=pandora-kernel.git [XFS] Reorganise xlog_t for better cacheline isolation of contention To reduce contention on the log in large CPU count, separate out different parts of the xlog_t structure onto different cachelines. Move each lock onto a different cacheline along with all the members that are accessed/modified while that lock is held. Also, move the debugging code into debug code. SGI-PV: 978729 SGI-Modid: xfs-linux-melb:xfs-kern:30772a Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed