commit | dff51cd1c60856c28f5d22a571294c2b70b6b322 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Tue Jun 14 12:52:17 2011 +0200 |
committer | David Sterba <dsterba@suse.cz> | Mon Oct 24 14:48:00 2011 +0200 |
tree | fe310f20368175086107460a247d5e6aa6d82e36 | |
parent | a81d3b1ba2f5faae28ba7a092c7598673fa02ac2 [diff] |
btrfs: ratelimit WARN_ON in use_block_rsv The WARN_ON under some circumstances heavily polute log and slow down the machine. This is just a safety, as the warning should be fixed by another patch, nevertheless, it still pops up during testing. Signed-off-by: David Sterba <dsterba@suse.cz>