mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-09 08:29:03 +00:00
Return error on scoutfs_forest_setup().
This setup function always returned 0, even on error, causing initialization to continue despite the error. Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
@@ -793,7 +793,7 @@ out:
|
||||
if (ret)
|
||||
scoutfs_forest_destroy(sb);
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
void scoutfs_forest_start(struct super_block *sb)
|
||||
|
||||
Reference in New Issue
Block a user