]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Btrfs: Some fixes for batching extent insert.
authorLiu Hui <onlyflyer@gmail.com>
Tue, 18 Nov 2008 16:30:10 +0000 (11:30 -0500)
committerChris Mason <chris.mason@oracle.com>
Tue, 18 Nov 2008 16:30:10 +0000 (11:30 -0500)
commitb4eec2ca1167bae46295aeb66abd15fd52387845
treebad79258bb437341611116d951f7a8711c4473a0
parentea9e8b11bd1252dcbc23afefcf1a52ec6aa3c113
Btrfs: Some fixes for batching extent insert.

In insert_extents(), when ret==1 and last is not zero, it should
check if the current inserted item is the last item in this batching
inserts. If so, it should just break from loop. If not, 'cur =
insert_list->next' will make no sense because the list is empty now,
and 'op' will point to an unexpectable place.

There are also some trivial fixs in this patch including one comment
typo error and deleting two redundant lines.

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