Searched hist:252435 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/ufs/ufs/
H A Ddinode.hdiff 252435 Mon Jul 01 03:15:18 MDT 2013 pfg Change i_gen in UFS to an unsigned type.

In UFS, i_gen is a random generated value and there is not way for
it to be negative. Actually, the value of i_gen is just used to
match bit patterns and it is of not consequence if the values are
signed or not.

Following other filesystems, set it to unsigned and use it as such,

Discussed by: mckusick
Reviewed by: mckusick (previous version)
MFC after: 4 weeks
H A Dinode.hdiff 252435 Mon Jul 01 03:15:18 MDT 2013 pfg Change i_gen in UFS to an unsigned type.

In UFS, i_gen is a random generated value and there is not way for
it to be negative. Actually, the value of i_gen is just used to
match bit patterns and it is of not consequence if the values are
signed or not.

Following other filesystems, set it to unsigned and use it as such,

Discussed by: mckusick
Reviewed by: mckusick (previous version)
MFC after: 4 weeks
H A Dufs_extattr.cdiff 252435 Mon Jul 01 03:15:18 MDT 2013 pfg Change i_gen in UFS to an unsigned type.

In UFS, i_gen is a random generated value and there is not way for
it to be negative. Actually, the value of i_gen is just used to
match bit patterns and it is of not consequence if the values are
signed or not.

Following other filesystems, set it to unsigned and use it as such,

Discussed by: mckusick
Reviewed by: mckusick (previous version)
MFC after: 4 weeks
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_vfsops.cdiff 252435 Mon Jul 01 03:15:18 MDT 2013 pfg Change i_gen in UFS to an unsigned type.

In UFS, i_gen is a random generated value and there is not way for
it to be negative. Actually, the value of i_gen is just used to
match bit patterns and it is of not consequence if the values are
signed or not.

Following other filesystems, set it to unsigned and use it as such,

Discussed by: mckusick
Reviewed by: mckusick (previous version)
MFC after: 4 weeks

Completed in 120 milliseconds