Revert a change from Yuval where a bitfield was converted to a char.
(Logical change 1.509)edge.strict_endians
parent
067797a112
commit
4341f051c4
|
@ -880,7 +880,7 @@ s64 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, void *b)
|
||||||
runlist_element *rl;
|
runlist_element *rl;
|
||||||
int eo;
|
int eo;
|
||||||
struct {
|
struct {
|
||||||
char initialized_size;
|
unsigned int initialized_size : 1;
|
||||||
} need_to_undo = { 0 };
|
} need_to_undo = { 0 };
|
||||||
|
|
||||||
Dprintf("%s(): Entering for inode 0x%llx, attr 0x%x, pos 0x%llx, "
|
Dprintf("%s(): Entering for inode 0x%llx, attr 0x%x, pos 0x%llx, "
|
||||||
|
|
Loading…
Reference in New Issue