summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.c
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2010-02-10 20:10:35 +0000
committermckusick <mckusick@FreeBSD.org>2010-02-10 20:10:35 +0000
commitd533f2ac8cbe133d3f794fc6d1408cd9304172f4 (patch)
tree0d2c8df7ce7d61552876d16e25300bec5c8bcda4 /sbin/newfs/newfs.c
parentc3b530a4d96d0e1010a7ba327e912233eb4365a3 (diff)
downloadFreeBSD-src-d533f2ac8cbe133d3f794fc6d1408cd9304172f4.zip
FreeBSD-src-d533f2ac8cbe133d3f794fc6d1408cd9304172f4.tar.gz
This fix corrects a problem in the file system that treats large
inode numbers as negative rather than unsigned. For a default (16K block) file system, this bug began to show up at a file system size above about 16Tb. To fully handle this problem, newfs must be updated to ensure that it will never create a filesystem with more than 2^32 inodes. That patch will be forthcoming soon. Reported by: Scott Burns, John Kilburg, Bruce Evans Followup by: Jeff Roberson PR: 133980 MFC after: 2 weeks
Diffstat (limited to 'sbin/newfs/newfs.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud