diff options
Diffstat (limited to 'fs/hpfs/hpfs.h')
-rw-r--r-- | fs/hpfs/hpfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/hpfs/hpfs.h b/fs/hpfs/hpfs.h index 91a6223893f9..8b0650aae328 100644 --- a/fs/hpfs/hpfs.h +++ b/fs/hpfs/hpfs.h | |||
@@ -546,7 +546,8 @@ struct extended_attribute | |||
546 | where real value starts */ | 546 | where real value starts */ |
547 | #endif | 547 | #endif |
548 | u8 namelen; /* length of name, bytes */ | 548 | u8 namelen; /* length of name, bytes */ |
549 | u16 valuelen; /* length of value, bytes */ | 549 | u8 valuelen_lo; /* length of value, bytes */ |
550 | u8 valuelen_hi; /* length of value, bytes */ | ||
550 | u8 name[0]; | 551 | u8 name[0]; |
551 | /* | 552 | /* |
552 | u8 name[namelen]; ascii attrib name | 553 | u8 name[namelen]; ascii attrib name |