Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18180
b: refs/heads/master
c: da7f93e
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Nathan Scott committed Jan 11, 2006
1 parent bfbbaa0 commit 3ed7f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: f5e596bbef3b0fa583c66c5a83dc9737c0fe2610
refs/heads/master: da7f93e9eec0885317351eb8a20cc550ed48f470
5 changes: 2 additions & 3 deletions trunk/fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1649,14 +1649,13 @@ xfsbufd_wakeup(
int priority,
gfp_t mask)
{
xfs_buftarg_t *btp, *n;
xfs_buftarg_t *btp;

spin_lock(&xfs_buftarg_lock);
list_for_each_entry_safe(btp, n, &xfs_buftarg_list, bt_list) {
list_for_each_entry(btp, &xfs_buftarg_list, bt_list) {
if (test_bit(XBT_FORCE_SLEEP, &btp->bt_flags))
continue;
set_bit(XBT_FORCE_FLUSH, &btp->bt_flags);
barrier();
wake_up_process(btp->bt_task);
}
spin_unlock(&xfs_buftarg_lock);
Expand Down

0 comments on commit 3ed7f21

Please sign in to comment.