git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8901d3
)
jbd2: Use pr_notice_ratelimited() in journal_alloc_journal_head()
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 17 Dec 2010 15:44:16 +0000
(10:44 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 17 Dec 2010 15:44:16 +0000
(10:44 -0500)
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>
No differences found