From: Fabio Massimo Di Nitto Date: Fri, 16 Nov 2007 09:50:40 +0000 (+0000) Subject: [GFS2] Fix runtime issue with UP kernels X-Git-Tag: v2.6.25-rc1~1241^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a2781cfa5ed8eb82bb311d684f268c1822dae69;p=pandora-kernel.git [GFS2] Fix runtime issue with UP kernels The issue is indeed UP vs SMP and it is totally random. spin_is_locked() is a bad assertion because there is no correct answer on UP. on UP spin_is_locked() has to return either one value or another, always. This means that in my setup I am lucky enough to trigger the issue and your you are lucky enough not to. the patch in attachment removes the bogus calls to BUG_ON and according to David (in CC and thanks for the long explanation on the problem) we can rely upon things like lockdep to find problem that might be trying to catch. Signed-off-by: Fabio M. Di Nitto Cc: David S. Miller Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed