aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/exofs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exofs/super.c b/fs/exofs/super.c
index 8c6c4669b381..78f5ad633d3b 100644
--- a/fs/exofs/super.c
+++ b/fs/exofs/super.c
@@ -495,7 +495,7 @@ static int exofs_read_lookup_dev_table(struct exofs_sb_info **psbi,
495 } 495 }
496 496
497 od = osduld_info_lookup(&odi); 497 od = osduld_info_lookup(&odi);
498 if (unlikely(IS_ERR(od))) { 498 if (IS_ERR(od)) {
499 ret = PTR_ERR(od); 499 ret = PTR_ERR(od);
500 EXOFS_ERR("ERROR: device requested is not found " 500 EXOFS_ERR("ERROR: device requested is not found "
501 "osd_name-%s =>%d\n", odi.osdname, ret); 501 "osd_name-%s =>%d\n", odi.osdname, ret);