[GIT PULL] Btrfs updates for 2.6.31-rc

From: Chris Mason
Date: Thu Jul 30 2009 - 13:56:58 EST


Hello everyone,

We've added two small incrementals for the btrfs async block group
caching. One fixes a race between the caching thread and transaction
commit. We haven't seen this one triggered in testing, but it still is
a valid fix.

The second patch makes sure the caching threads don't stall
transaction commits.

Linus, both of these are in the master branch at:

git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git

Chris Mason (1) commits (+14/-2):
Btrfs: be more polite in the async caching threads

Yan Zheng (1) commits (+14/-10):
Btrfs: preserve commit_root for async caching

Total: (2) commits

fs/btrfs/ctree.h | 4 +---
fs/btrfs/disk-io.c | 2 +-
fs/btrfs/extent-tree.c | 11 ++++++-----
fs/btrfs/transaction.c | 22 +++++++++++++++++++---
fs/btrfs/transaction.h | 1 +
5 files changed, 28 insertions(+), 12 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/