提交 4a9bf99b 编写于 作者: T Theodore Ts'o

jbd2: Add pid and journal device name to the "kjournald2 starting" message

Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
上级 ba80b101
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册