diff options
-rw-r--r-- | fs/btrfs/extent_io.c | 2 |
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, | |||
1918 | return -EIO; | 1918 | return -EIO; |
1919 | } | 1919 | } |
1920 | 1920 | ||
1921 | printk_in_rcu(KERN_INFO "btrfs read error corrected: ino %lu off %llu " | 1921 | printk_ratelimited_in_rcu(KERN_INFO "btrfs read error corrected: ino %lu off %llu " |
1922 | "(dev %s sector %llu)\n", page->mapping->host->i_ino, | 1922 | "(dev %s sector %llu)\n", page->mapping->host->i_ino, |
1923 | start, rcu_str_deref(dev->name), sector); | 1923 | start, rcu_str_deref(dev->name), sector); |
1924 | 1924 | ||