aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/Kbuild
diff options
context:
space:
mode:
authorJens Axboe <jaxboe@fusionio.com>2010-08-04 13:34:31 +0200
committerJens Axboe <jaxboe@fusionio.com>2010-08-07 18:53:57 +0200
commit6bf05d03ea8d00bb53e0642f94a5a6815be2edb6 (patch)
treed36ea43efb9306fa4ff2fdb8f579fb661cad61e8 /include/linux/Kbuild
parente7f52dfb4f378ea1bbfd4476f4e8ba42f5fb332c (diff)
downloadkernel_samsung_smdk4412-6bf05d03ea8d00bb53e0642f94a5a6815be2edb6.zip
kernel_samsung_smdk4412-6bf05d03ea8d00bb53e0642f94a5a6815be2edb6.tar.gz
kernel_samsung_smdk4412-6bf05d03ea8d00bb53e0642f94a5a6815be2edb6.tar.bz2
writeback: fix bad _bh spinlock nesting
Fix a bug where a lock is _bh nested within another _bh lock, but forgets to use the _bh variant for unlock. Further more, it's not necessary to test _bh locks, the inner lock can just use spin_lock(). So fix up the bug by making that change. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'include/linux/Kbuild')
0 files changed, 0 insertions, 0 deletions