From: David Chinner Date: Tue, 14 Mar 2006 02:29:16 +0000 (+1100) Subject: [XFS] using a spinlock per cpu for superblock counter exclusion results in X-Git-Tag: v2.6.17-rc1~1000^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e1b69cfcdcfdd5b405165eaba29428f8b18a7c;p=pandora-kernel.git [XFS] using a spinlock per cpu for superblock counter exclusion results in a preēmpt counter overflow at 256p and above. Change the exclusion mechanism to use atomic bit operations and busy wait loops to emulate the spin lock exclusion mechanism but without the preempt count issues. SGI-PV: 950027 SGI-Modid: xfs-linux-melb:xfs-kern:25338a Signed-off-by: David Chinner Signed-off-by: Nathan Scott --- Reading git-diff-tree failed