]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r256448, r257029;
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Dec 2013 19:30:27 +0000 (19:30 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Dec 2013 19:30:27 +0000 (19:30 +0000)
commit51347bccf852a6e34b33d792824ef7c156a4a697
tree4393f3800b71345c0aff543da2a2f690070af812
parent4d1ba55130a5d46f65d96db3202826faa9e32bb9
MFC r256448, r257029;

Make di_blocks unsigned in UFS1 as is the case already for UFS2.
 Most of the code between UFS1 and UFS2 is shared so this change
 is pretty safe. Not only this makes UFS1 and 2 consistent but it
 also matches what NetBSD and MacOS X have for some years now.

UFS2: make di_extsize unsigned.
 di_extsize is the EA size and as such it should be unsigned.
 Adjust related types for consistency.

Reviewed by: mckusick

git-svn-id: svn://svn.freebsd.org/base/stable/8@259226 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/fsck_ffs/ea.c
sbin/growfs/debug.c
sys/ufs/ffs/ffs_vnops.c
sys/ufs/ufs/dinode.h