Displaying 1 result from an estimated 1 matches for "linux_fs".
Did you mean:
linux_fu
2001 Jun 11
1
padding bug in ext3 util-linux patch
CC please on any replies - I'm not subscribed.
mount/linux_fs.h, struct ext2_super_block:
u_char s_padding1;
should be:
u_int16_t s_padding1;
I think?
Also it's not clear which version of util-linux to use.
Patch fails against 2.11f.
Sorry if this is old news.
Mitch