summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-01-22 18:54:03 +0000
committerpfg <pfg@FreeBSD.org>2013-01-22 18:54:03 +0000
commit646ebf1c313f6d3dc7bcbf6c0e440f29eba45549 (patch)
tree322db2ef8acab2121389fe52d9299a78e91a9707 /usr.bin
parent611d98380eb5b904ae2f05382e59e0909b5f45f3 (diff)
downloadFreeBSD-src-646ebf1c313f6d3dc7bcbf6c0e440f29eba45549.zip
FreeBSD-src-646ebf1c313f6d3dc7bcbf6c0e440f29eba45549.tar.gz
ext2fs: make some inode fields match the ext2 spec.
Ext2fs uses unsigned fields in its dinode struct. FreeBSD can have negative values in some of those fields and the inode is meant to interact with the system so we have never respected the unsigned nature of most of those fields. Block numbers and the NFS generation number do not need to be signed so redefine them as unsigned to better match the on-disk information. MFC after: 1 week
Diffstat (limited to 'usr.bin')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud