]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: add a missing spin_lock
authorJosef Bacik <josef@redhat.com>
Mon, 18 Jun 2012 13:23:18 +0000 (07:23 -0600)
committerChris Mason <chris.mason@fusionio.com>
Thu, 21 Jun 2012 11:19:35 +0000 (07:19 -0400)
commite22f1b1f5acafb5684ff2648d7025f24543b1ab8
tree89eb4cf79e6aa93dd7e949883c613de99207fb3b
parentbe0f425e507dd5c7d8887782c29c1e8bbf2068c5
Btrfs: add a missing spin_lock

When fixing up the locking in the delayed ref destruction work I accidently
broke the locking myself ;(.  Add back a spin_lock that should be there and
we are now all set.  Thanks,
Btrfs: add a missing spin_lock

When fixing up the locking in the delayed ref destruction work I accidently
broke the locking myself ;(.  Add back a spin_lock that should be there and
we are now all set.  Thanks,

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Josef Bacik <josef@redhat.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/disk-io.c