]> git.baikalelectronics.ru Git - kernel.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>
Sun, 6 Nov 2011 08:09:41 +0000 (03:09 -0500)
commitf8a6c865231d1492a351c690c1670129e0660851
treebf720bdfe5de076d4006bee3c1dfc84d5efcb003
parent7ef8f8e98b6b135f9eb2b5fa8c35499886a78356
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>
fs/btrfs/disk-io.c