Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127966
b: refs/heads/master
c: 4a9bf99
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Jan 4, 2009
1 parent a125206 commit 5e24494
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: ba80b1019aa722b24506db1ee755e0bb2f513022
refs/heads/master: 4a9bf99b205448ec1f0cbdee1776a29f9c503ce4
5 changes: 3 additions & 2 deletions trunk/fs/jbd2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ static int kjournald2(void *arg)
journal->j_task = current;
wake_up(&journal->j_wait_done_commit);

printk(KERN_INFO "kjournald2 starting. Commit interval %ld seconds\n",
journal->j_commit_interval / HZ);
printk(KERN_INFO "kjournald2 starting: pid %d, dev %s, "
"commit interval %ld seconds\n", current->pid,
journal->j_devname, journal->j_commit_interval / HZ);

/*
* And now, wait forever for commit wakeup events.
Expand Down

0 comments on commit 5e24494

Please sign in to comment.