fs/ext4/inode.c: use pr_warn_ratelimited()
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 13 Jan 2011 00:59:13 +0000 (16:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:05 +0000 (08:03 -0800)
commit6db26ffc917b609402619e03df5af8d1cd371ce7
tree95d58dec4f8a69c57fd632ca61e362654bc351d0
parentf878133bf022717b880d0e0995b8f91436fd605c
fs/ext4/inode.c: use pr_warn_ratelimited()

pr_warning_ratelimited() doesn't exist.

Also include printk.h, which defines these things.

Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext4/inode.c