summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
diff options
context:
space:
mode:
authorAnand Jain2012-07-03 06:05:21 +0200
committerChris Mason2012-07-23 22:28:04 +0200
commitd5b025d510664382f9a197f7e7fb9fc60fe209bc (patch)
tree00c20ab5716a402d35d378fe4453f9879ea261ef /fs/btrfs/extent_io.c
parentBtrfs: fix buffer leak in btrfs_next_old_leaf (diff)
downloadkernel-qcow2-linux-d5b025d510664382f9a197f7e7fb9fc60fe209bc.tar.gz
kernel-qcow2-linux-d5b025d510664382f9a197f7e7fb9fc60fe209bc.tar.xz
kernel-qcow2-linux-d5b025d510664382f9a197f7e7fb9fc60fe209bc.zip
btrfs read error corrected message floods the console during recovery
Changing printk_in_rcu to printk_ratelimited_in_rcu will suffice Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r--fs/btrfs/extent_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 01c21b6c6d43..f08206fcfb22 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -1918,7 +1918,7 @@ int repair_io_failure(struct btrfs_mapping_tree *map_tree, u64 start,
return -EIO;
}
- printk_in_rcu(KERN_INFO "btrfs read error corrected: ino %lu off %llu "
+ printk_ratelimited_in_rcu(KERN_INFO "btrfs read error corrected: ino %lu off %llu "
"(dev %s sector %llu)\n", page->mapping->host->i_ino,
start, rcu_str_deref(dev->name), sector);