Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/ufs/ufs
On Fri, May 16, 2014 at 03:54:44PM +0000, David Holland wrote:
> The problem is that the tokens are memcmp'd, so if they include struct
> padding this may not work.
All filesystems I've seen init the struct with a full memset to 0, so
all padding fields should be initialized as well.
However, we can swap the last two fields in the ufid case, if you prefer.
Martin
Home |
Main Index |
Thread Index |
Old Index