FreeBSD Bugzilla – Attachment 244220 Details for
Bug 267654
UFS "cylinder checksum failed" on temporary storage or data disk on arm64 vm in Azure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to libufs for Azure
diffs (text/plain), 670 bytes, created by
Kirk McKusick
on 2023-08-20 05:04:21 UTC
(
hide
)
Description:
patch to libufs for Azure
Filename:
MIME Type:
Creator:
Kirk McKusick
Created:
2023-08-20 05:04:21 UTC
Size:
670 bytes
patch
obsolete
>diff --git a/lib/libufs/libufs.h b/lib/libufs/libufs.h >index 4c6242e9daef..860f2bba8ce1 100644 >--- a/lib/libufs/libufs.h >+++ b/lib/libufs/libufs.h >@@ -55,11 +55,11 @@ struct uufsd { > union { > struct fs d_fs; /* filesystem information */ > char d_sb[MAXBSIZE]; /* superblock as buffer */ >- } d_sbunion; >+ } d_sbunion __attribute__ ((aligned(512))); > union { > struct cg d_cg; /* cylinder group */ > char d_buf[MAXBSIZE]; /* cylinder group storage */ >- } d_cgunion; >+ } d_cgunion __attribute__ ((aligned(512))); > int d_ccg; /* current cylinder group */ > int d_lcg; /* last cylinder group (in d_cg) */ > const char *d_error; /* human readable disk error */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267654
:
242385
|
244092
|
244186
|
244220
|
244573