summaryrefslogtreecommitdiffstats
path: root/fs/xfs/support
diff options
context:
space:
mode:
authorChristoph Hellwig2009-08-10 16:32:44 +0200
committerFelix Blyakher2009-08-11 23:05:25 +0200
commit79dd43bb85d64ba14a781f940c858d7bbe8c9a6d (patch)
tree418197bfdebdf3fea0cad4be301ccbd0d3d2d5cb /fs/xfs/support
parentxfs: check for dinode realtime flag corruption (diff)
downloadkernel-qcow2-linux-79dd43bb85d64ba14a781f940c858d7bbe8c9a6d.tar.gz
kernel-qcow2-linux-79dd43bb85d64ba14a781f940c858d7bbe8c9a6d.tar.xz
kernel-qcow2-linux-79dd43bb85d64ba14a781f940c858d7bbe8c9a6d.zip
xfs: fix spin_is_locked assert on uni-processor builds
Without SMP or preemption spin_is_locked always returns false, so we can't do an assert with it. Instead use assert_spin_locked, which does the right thing on all builds. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@sandeen.net> Reported-by: Johannes Engel <jcnengel@googlemail.com> Tested-by: Johannes Engel <jcnengel@googlemail.com> Signed-off-by: Felix Blyakher <felixb@sgi.com>
Diffstat (limited to 'fs/xfs/support')
0 files changed, 0 insertions, 0 deletions