cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_snapshot.c
Kirk McKusick
mckusick at FreeBSD.org
Thu Dec 9 13:24:01 PST 2004
mckusick 2004-12-09 21:24:00 UTC
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_alloc.c ffs_snapshot.c
Log:
Fixes a bug that caused UFS2 filesystems bigger than 2TB to
prematurely report that they were full and/or to panic the kernel
with the message ``ffs_clusteralloc: allocated out of group''.
Submitted by: Henry Whincup <henry at jot.to>
MFC after: 1 week
Revision Changes Path
1.127 +9 -9 src/sys/ufs/ffs/ffs_alloc.c
1.91 +1 -1 src/sys/ufs/ffs/ffs_snapshot.c
More information about the cvs-src
mailing list