From: Theodore Ts'o Date: Sat, 15 Aug 2015 18:59:44 +0000 (-0400) Subject: ext4: ratelimit the file system mounted message X-Git-Tag: omap-for-v4.3/fixes-rc1~107^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e294a5371b2e0bd22d4a917d4c354a52a7057b6e;p=pandora-kernel.git ext4: ratelimit the file system mounted message The xfstests ext4/305 will mount and unmount the same file system over 4,000 times, and each one of these will cause a system log message. Ratelimit this message since if we are getting more than a few dozen of these messages, they probably aren't going to be helpful. Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed