From e294a5371b2e0bd22d4a917d4c354a52a7057b6e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 15 Aug 2015 14:59:44 -0400 Subject: [PATCH] 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-format-patch failed