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)
commite294a5371b2e0bd22d4a917d4c354a52a7057b6e
tree0d9e2c7183d3ba0432bcf1574a0c3fcdcdfb979c
parentda0b5e40ab10f44019a1ecec09fadfcd5bdb76b6
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 <tytso@mit.edu>
fs/ext4/super.c
This page took 0.028231 seconds and 5 git commands to generate.