git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4008c04
)
Btrfs: hold trans_mutex when using btrfs_record_root_in_trans
author
Yan Zheng
<zheng.yan@oracle.com>
Thu, 12 Feb 2009 19:14:53 +0000
(14:14 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Thu, 12 Feb 2009 19:14:53 +0000
(14:14 -0500)
btrfs_record_root_in_trans needs the trans_mutex held to make sure two
callers don't race to setup the root in a given transaction. This adds
it to all the places that were missing it.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
No differences found