2009-03-09 16:04:52

by Chris Mason

[permalink] [raw]
Subject: [GIT PULL] Btrfs update for 2.6.29-rc

Hello,

The master branch of:

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

Has a fix for Btrfs compiled in UP mode, getting rid of a spin_is_locked
check

Chris Mason (1):
Btrfs: fix spinlock assertions on UP systems

ctree.c | 10 +++++-----
disk-io.c | 4 ++--
extent-tree.c | 4 ++--
locking.c | 6 +++---
locking.h | 2 +-
5 files changed, 13 insertions(+), 13 deletions(-)

-chris