ext4: Print the find_group_flex() warning only once
authorTheodore Ts'o <tytso@mit.edu>
Tue, 2 Jun 2009 12:09:15 +0000 (08:09 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Jun 2009 03:01:38 +0000 (20:01 -0700)
commit7a4cdb25839657d92ea9cacdfc12789735e4500b
treee2fc69b678d1c597fcd982de8a1bf331bb838acd
parent2f99429dd64583792c5dffbb6af3ce9d67f71016
ext4: Print the find_group_flex() warning only once

(cherry picked from commit 2842c3b5449f31470b61db716f1926b594fb6156)

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/ialloc.c