]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: Add properly locking around add_root_to_dirty_list
authorChris Mason <chris.mason@oracle.com>
Thu, 3 May 2012 16:08:48 +0000 (12:08 -0400)
committerChris Mason <chris.mason@oracle.com>
Fri, 4 May 2012 19:14:11 +0000 (15:14 -0400)
commitd380aa31ecd6dd675438b548162395359242fdbe
tree162d4487dd5cb573036507821d92d5c0c559d56b
parent7a9055535c74639d2adc71eb92497145bb40c33f
Btrfs: Add properly locking around add_root_to_dirty_list

add_root_to_dirty_list happens once at the very beginning of the
transaction, but it is still racey.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ctree.c