]> 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)
commit72ffe268f7fb9c5ff3247dbd2431d0e26d4ee4c3
treebf720bdfe5de076d4006bee3c1dfc84d5efcb003
parent410b127f0c01e1fc3c349ccb396555cb52437461
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