Home
last modified time | relevance | path

Searched hist:b9447ef80bd301b932ac4d85c9622e929de5fd62 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dlocking.hdiff 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 Dlocking.cdiff 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 Dctree.cdiff 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 Dextent-tree.cdiff 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 Ddisk-io.cdiff 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>