Re: [PATCH 2/9] ext4: Use pr_fmt and pr_<level>
From: Ted Ts'o <tytso@mit.edu>
Date: 2012-03-19 04:55:14
Also in:
lkml
From: Ted Ts'o <tytso@mit.edu>
Date: 2012-03-19 04:55:14
Also in:
lkml
On Thu, Mar 15, 2012 at 05:07:30PM -0700, Joe Perches wrote:
Use a more current logging style.
Oh, just for yucks, I did a quick check: % git grep printk | wc -l 71266 % git grep pr_ | wc -l 29552 (and there are no doubt some false positives when grepping for "pr_") - Ted