Skip to content

Commit

Permalink
Revert "unraid"
Browse files Browse the repository at this point in the history
This reverts commit 0426813.
  • Loading branch information
thor2002ro committed Nov 20, 2024
1 parent 0426813 commit 4112256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/md_unraid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ static int do_run(mddev_t *mddev)

if (disk_active(disk) || disk_enabled(disk)) {
if (md_restrict & 1) {
lim.max_hw_sectors = 256; // 256 orig // 256 sectors => 128K
lim.max_hw_sectors = 512; // 256 orig // 256 sectors => 128K
}

int unit = disk->number;
Expand Down

0 comments on commit 4112256

Please sign in to comment.