ext4: ratelimit the file system mounted message
authorTheodore Ts'o <tytso@mit.edu>
Sat, 15 Aug 2015 18:59:44 +0000 (14:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Aug 2015 18:59:44 +0000 (14:59 -0400)
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 <tytso@mit.edu>
fs/ext4/super.c

diff --cc fs/ext4/super.c
Simple merge