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:
0bdb1db
)
btrfs: fix btrfs_mkdir goto for no free objectids
author
Miao Xie
<miaox@cn.fujitsu.com>
Thu, 11 Feb 2010 08:06:58 +0000
(08:06 +0000)
committer
Chris Mason
<chris.mason@oracle.com>
Mon, 15 Mar 2010 15:00:11 +0000
(11:00 -0400)
btrfs_mkdir() must jump to the place of ending transaction after
btrfs_find_free_objectid() failed. Or this transaction can't end.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found