commit | 670be5a78ac7c80f0d6009d648c84c65a03f373a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Dec 17 10:44:16 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Dec 17 10:44:16 2010 -0500 |
tree | e74adf62ba7d69540ddcb620cf45b6cf99cdedf8 | |
parent | a8901d34872dafcafa23efa0865dcecfd4fddf8c [diff] |
jbd2: Use pr_notice_ratelimited() in journal_alloc_journal_head() We had an open-coded version of printk_ratelimited(); use the provided abstraction to make the code cleaner and easier to understand. Based on a similar patch for fs/jbd from Namhyung Kim <namhyung@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>