1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

MFV 286553: 5769 Cast 'zfs bad bloc' to ULL for x86

Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com>
Reviewed by: Richard PALO <richard@NetBSD.org>
Approved by: Dan McDonald <danmcd@omniti.com>

illumos/illumos-gate@8c76e0763b
This commit is contained in:
Alexander Motin 2015-08-09 20:32:30 +00:00
parent a5a2e782be
commit 475e2caa3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286554

View File

@ -532,7 +532,7 @@ backup_cb(spa_t *spa, zilog_t *zilog, const blkptr_t *bp,
for (ptr = abuf->b_data;
(char *)ptr < (char *)abuf->b_data + blksz;
ptr++)
*ptr = 0x2f5baddb10c;
*ptr = 0x2f5baddb10cULL;
} else {
return (SET_ERROR(EIO));
}