Displaying 1 result from an estimated 1 matches for "b2d1eac".
2013 Jul 11
0
[PATCH] btrfs: make errors in btrfs_num_copies less noisy
...#39;'critical'' is verbose enough, ''emergency'' beeps on
all terminals.
Signed-off-by: David Sterba <dsterba@suse.cz>
---
fs/btrfs/volumes.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index b2d1eac..1fd7b5d 100644
--- a/fs/btrfs/volumes.c
+++ b/fs/btrfs/volumes.c
@@ -4194,13 +4194,13 @@ int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len)
* and exit, so return 1 so the callers don''t try to use other copies.
*/
if (!em) {
- btrfs_emerg(fs_info, "No m...