commit | b9447ef80bd301b932ac4d85c9622e929de5fd62 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Mar 09 11:45:38 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Mar 09 11:45:38 2009 -0400 |
tree | 6d0bb1f287ed09f7850b77e2f622c3bebb35112b | |
parent | 4e06bdd6cbd5105376e7caf4e683ed131e777389 [diff] |
Btrfs: fix spinlock assertions on UP systems btrfs_tree_locked was being used to make sure a given extent_buffer was properly locked in a few places. But, it wasn't correct for UP compiled kernels. This switches it to using assert_spin_locked instead, and renames it to btrfs_assert_tree_locked to better reflect how it was really being used. Signed-off-by: Chris Mason <chris.mason@oracle.com>