From: Yan Zheng Date: Tue, 28 Jul 2009 12:41:57 +0000 (-0400) Subject: Btrfs: Fix async caching interaction with unmount X-Git-Tag: v2.6.31-rc5~75^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25784b35f590c81d5fb8245a8cd45e1afb6f1b2;p=pandora-kernel.git Btrfs: Fix async caching interaction with unmount - don't stop the caching thread until btrfs_commit_super return. - if caching is interrupted by umount, set last to (u64)-1. otherwise the un-scanned range of block group will be considered as free extent. Signed-off-by: Chris Mason --- Reading git-diff-tree failed