commit | 3d6e036193bfa67a8a1cc1908fe910c7a014d183 | [log] [tgz] |
---|---|---|
author | Rich Johnston <rjohnston@sgi.com> | Wed Mar 27 09:26:49 2013 -0500 |
committer | Ben Myers <bpm@sgi.com> | Wed Apr 03 13:20:39 2013 -0500 |
tree | e48b9f00a87d1188fd8537d51efd70854f5c8683 | |
parent | ff9a28f6c25d18a635abcab1f49db68108203dfb [diff] |
xfs: Add ratelimited printk for different alert levels Ratelimited printk will be useful in printing xfs messages which are otherwise not required to be printed always due to their high rate (to prevent kernel ring buffer from overflowing), while at the same time required to be printed. Signed-off-by: Raghavendra D Prabhu <rprabhu@wnohang.net> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>