> struct partition { yada yada } __((packed))__;

The proper spelling is

 struct partition { yada yada; } __attribute__((packed));

The code you cite is not meaningful; either you didn't copy it
correctly from the kernel source, or somehow your kernel sources got
garbled.

Regards,
Martin

Reply via email to