summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-12-19 18:38:37 +0100
committerChris Mason <clm@fb.com>2015-01-21 18:02:03 -0800
commit68b663d13ceba777ee6e250154f0e3ab28bd1181 (patch)
tree50b6188a78b875b279120df05d8956015d4b89a2 /fs/btrfs/inode.c
parenta8df6fe666f9a3a7c08df70f94351f967462dd95 (diff)
btrfs: update message levels for errors
Several messages that point to some internal problem, level INFO is wrong here. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r--fs/btrfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 370f23416080..29892ebc798b 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -3407,7 +3407,7 @@ int btrfs_orphan_cleanup(struct btrfs_root *root)
out:
if (ret)
- btrfs_crit(root->fs_info,
+ btrfs_err(root->fs_info,
"could not do orphan cleanup %d", ret);
btrfs_free_path(path);
return ret;