Searched hist:b9447ef80bd301b932ac4d85c9622e929de5fd62 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | locking.h | diff b9447ef80bd301b932ac4d85c9622e929de5fd62 Mon Mar 09 10:45:38 CDT 2009 Chris Mason <chris.mason@oracle.com> 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>
|
H A D | locking.c | diff b9447ef80bd301b932ac4d85c9622e929de5fd62 Mon Mar 09 10:45:38 CDT 2009 Chris Mason <chris.mason@oracle.com> 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>
|
H A D | ctree.c | diff b9447ef80bd301b932ac4d85c9622e929de5fd62 Mon Mar 09 10:45:38 CDT 2009 Chris Mason <chris.mason@oracle.com> 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>
|
H A D | extent-tree.c | diff b9447ef80bd301b932ac4d85c9622e929de5fd62 Mon Mar 09 10:45:38 CDT 2009 Chris Mason <chris.mason@oracle.com> 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>
|
H A D | disk-io.c | diff b9447ef80bd301b932ac4d85c9622e929de5fd62 Mon Mar 09 10:45:38 CDT 2009 Chris Mason <chris.mason@oracle.com> 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>
|