]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Btrfs: Use assert_spin_locked instead of spin_trylock
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 24 Jul 2008 14:09:43 +0000 (10:09 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:05 +0000 (11:04 -0400)
commit64f26f745084872b916cd1bef6054e21b15c5784
tree1007982e9ed04b39ff98957f4eb527c88e87632f
parentb3c3da71ed88c06bc18a4d8919c6e4af3b933566
Btrfs: Use assert_spin_locked instead of spin_trylock

On UP systems spin_trylock always succeeds

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/extent_map.c