From: Theodore Ts'o Date: Fri, 17 Dec 2010 15:44:16 +0000 (-0500) Subject: jbd2: Use pr_notice_ratelimited() in journal_alloc_journal_head() X-Git-Tag: v2.6.38-rc1~409^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670be5a78ac7c80f0d6009d648c84c65a03f373a;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed