ext4: Print the find_group_flex() warning only once
authorTheodore Ts'o <tytso@mit.edu>
Thu, 12 Mar 2009 16:20:01 +0000 (12:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 Mar 2009 16:20:01 +0000 (12:20 -0400)
commit2842c3b5449f31470b61db716f1926b594fb6156
treed32d76a498621a00d961273a15a6e70b7f9db78d
parent395a87bfefbc400011417e9eaae33169f9f036c0
ext4: Print the find_group_flex() warning only once

This is a short-term warning, and even printk_ratelimit() can result
in too much noise in system logs.  So only print it once as a warning.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ialloc.c