Re: svn commit: r252467 - head/sys/ufs/ffs

2013-07-01 Thread Pedro Giffuni
Hi Bruce; El 01/07/2013 1:27 p. m., Bruce Evans escribió: On Mon, 1 Jul 2013, Pedro F. Giffuni wrote: Log: Change i_gen in UFS to an unsigned type. Further simplify the i_gen calculation for older disks. Having a zero here is not really a problem and this is more similar to what is done

Re: svn commit: r252467 - head/sys/ufs/ffs

2013-07-01 Thread Bruce Evans
On Mon, 1 Jul 2013, Pedro F. Giffuni wrote: Log: Change i_gen in UFS to an unsigned type. Further simplify the i_gen calculation for older disks. Having a zero here is not really a problem and this is more similar to what is done in newfs_random(). This seems to be a minor problem. Modi

svn commit: r252467 - head/sys/ufs/ffs

2013-07-01 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 1 14:49:23 2013 New Revision: 252467 URL: http://svnweb.freebsd.org/changeset/base/252467 Log: Change i_gen in UFS to an unsigned type. Further simplify the i_gen calculation for older disks. Having a zero here is not really a problem and this is more similar