]> 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)
commit2614eb2327d491355163f917dda9be846575f0b3
tree89eb4cf79e6aa93dd7e949883c613de99207fb3b
parent38b96e8b209820c23607fad21492b55223312202
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