]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Btrfs: stop the readahead threads on failed mount
authorChris Mason <chris.mason@oracle.com>
Thu, 3 Nov 2011 19:21:39 +0000 (15:21 -0400)
committerChris Mason <chris.mason@oracle.com>
Wed, 16 Nov 2011 01:56:05 +0000 (20:56 -0500)
commit6302e43cf7d5de61eca7b9712a46bbe3a108c4e0
tree9c88d6cbdeb52983ca434727941a74eba3b62cda
parent9e765e62e8db4c9b0406f1c29aa448b515950832
Btrfs: stop the readahead threads on failed mount

If we don't stop them, they linger around corrupting
memory by using pointers to freed things.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
(cherry picked from commit 306c8b68c82dfe6b7c9e5b61985760ad5d089205)
fs/btrfs/disk-io.c