Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262188
b: refs/heads/master
c: 6c9b27a
h: refs/heads/master
v: v3
  • Loading branch information
Kirill A. Shutemov authored and Alasdair G Kergon committed Aug 2, 2011
1 parent 0b5b637 commit dcb63ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8f543e0786785d8c7118fc2878e42bc0193a88d
refs/heads/master: 6c9b27ab08aaf46426515b8b858ad9c60731c7a1
3 changes: 1 addition & 2 deletions trunk/drivers/md/dm-log-userspace-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,7 @@ static int flush_by_group(struct log_c *lc, struct list_head *flush_list)
group[count] = fe->region;
count++;

list_del(&fe->list);
list_add(&fe->list, &tmp_list);
list_move(&fe->list, &tmp_list);

type = fe->type;
if (count >= MAX_FLUSH_GROUP_COUNT)
Expand Down

0 comments on commit dcb63ad

Please sign in to comment.