Home
last modified time | relevance | path

Searched hist:"670 be5a78ac7c80f0d6009d648c84c65a03f373a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/jbd2/
H A Djournal.cdiff 670be5a78ac7c80f0d6009d648c84c65a03f373a Fri Dec 17 09:44:16 CST 2010 Theodore Ts'o <tytso@mit.edu> 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>