On Wed, Mar 03, 2021 at 09:39:09PM +0200, Dāvis Mosāns wrote:
> otrd., 2021. g. 2. marts, plkst. 16:18 — lietotājs David Sterba
> () rakstīja:
> > So the direction says if it's big endian or little endian, right, so for
> > xxhash it's bigendian but the crc32c above it's little.
>
> The problem is
otrd., 2021. g. 2. marts, plkst. 16:18 — lietotājs David Sterba
() rakstīja:
>
> On Sat, Feb 27, 2021 at 10:07:02PM +0200, Dāvis Mosāns wrote:
> > Currently only single checksum byte is outputted.
> > This fixes it so that full checksum is outputted.
>
> Thanks, that really needs fixing.
>
> > Sign
On Sat, Feb 27, 2021 at 10:07:02PM +0200, Dāvis Mosāns wrote:
> Currently only single checksum byte is outputted.
> This fixes it so that full checksum is outputted.
Thanks, that really needs fixing.
> Signed-off-by: Dāvis Mosāns
> ---
> kernel-shared/disk-io.c | 47
Currently only single checksum byte is outputted.
This fixes it so that full checksum is outputted.
Signed-off-by: Dāvis Mosāns
---
kernel-shared/disk-io.c | 47 -
1 file changed, 42 insertions(+), 5 deletions(-)
diff --git a/kernel-shared/disk-io.c b/ker