diff options
author | David Sterba <dsterba@suse.com> | 2015-10-08 04:43:10 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2015-10-08 05:07:55 -0400 |
commit | b14af3b46f214c5e927dacf58a994fa3c4cb20dc (patch) | |
tree | 551ed8634e1506f8e75391107e788df8f03b6903 /fs/btrfs/extent_io.c | |
parent | 24aa6b41d4611b14ad0fb89fa0b899ae9ab7005c (diff) |
btrfs: switch message printers to ratelimited _in_rcu variants
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r-- | fs/btrfs/extent_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index e2357e31609a..58b9ccdfe2e9 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c | |||
@@ -2078,8 +2078,8 @@ int repair_io_failure(struct inode *inode, u64 start, u64 length, u64 logical, | |||
2078 | return -EIO; | 2078 | return -EIO; |
2079 | } | 2079 | } |
2080 | 2080 | ||
2081 | printk_ratelimited_in_rcu(KERN_INFO | 2081 | btrfs_info_rl_in_rcu(fs_info, |
2082 | "BTRFS: read error corrected: ino %llu off %llu (dev %s sector %llu)\n", | 2082 | "read error corrected: ino %llu off %llu (dev %s sector %llu)", |
2083 | btrfs_ino(inode), start, | 2083 | btrfs_ino(inode), start, |
2084 | rcu_str_deref(dev->name), sector); | 2084 | rcu_str_deref(dev->name), sector); |
2085 | bio_put(bio); | 2085 | bio_put(bio); |