summaryrefslogtreecommitdiff
path: root/contrib/webcscope/TODO
AgeCommit message (Expand)AuthorFilesLines
2006-11-13Initial import15.6-2Tobias Klauser1-0/+5
1b'>a43f7f82064220082eba7075c5a844d773fdef1b (patch) treec3b005cedbd3c027247fdf70ace686e9aabff567 parent3eb548ee3a8042d95ad81be254e67a5222c24e03 (diff)
Btrfs: remove BUG_ON in start_transaction
Since we could get errors from the concurrent aborted transaction, the check of this BUG_ON in start_transaction is not true any more. Say, while flushing free space cache inode's dirty pages, btrfs_finish_ordered_io -> btrfs_join_transaction_nolock (the transaction has been aborted.) -> BUG_ON(type == TRANS_JOIN_NOLOCK); Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Reviewed-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat