Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2411
b: refs/heads/master
c: 72e3148
h: refs/heads/master
i:
  2409: d2532c6
  2407: ca57c06
v: v3
  • Loading branch information
Dave Kleikamp committed Jun 3, 2005
1 parent 537f2e1 commit 7d32f19
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c2731509cfb538b9b38feaf657fab2334ea45253
refs/heads/master: 72e3148a6e987974e3e949c5668e5ca812d7c818
5 changes: 3 additions & 2 deletions trunk/fs/jfs/jfs_logmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,8 @@ void jfs_flush_journal(struct jfs_log *log, int wait)
}
}
assert(list_empty(&log->cqueue));

#ifdef CONFIG_JFS_DEBUG
if (!list_empty(&log->synclist)) {
struct logsyncblk *lp;

Expand All @@ -1631,9 +1633,8 @@ void jfs_flush_journal(struct jfs_log *log, int wait)
dump_mem("orphan tblock", lp,
sizeof(struct tblock));
}
// current->state = TASK_INTERRUPTIBLE;
// schedule();
}
#endif
//assert(list_empty(&log->synclist));
clear_bit(log_FLUSH, &log->flag);
}
Expand Down

0 comments on commit 7d32f19

Please sign in to comment.