mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 20:16:25 +00:00
Fix block setup always returning 0
Another case of returning 0 instead of ret. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -1245,7 +1245,7 @@ out:
|
||||
if (ret)
|
||||
scoutfs_block_destroy(sb);
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
void scoutfs_block_destroy(struct super_block *sb)
|
||||
|
||||
Reference in New Issue
Block a user