cvs commit: src/sys/vfs/hammer hammer_blockmap.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jun 30 21:56:16 PDT 2008
dillon 2008/06/30 21:54:25 PDT
DragonFly src repository
Modified files:
sys/vfs/hammer hammer_blockmap.c
Log:
HAMMER 59H/Many: Stabilization pass
* Fix a bug introduced in 59G that will corrupt the filesystem when it
becomes full. A pointer was not being NULL'd out and caused
hammer_blockmap_reserve() to return a bogus offset when the loop
could find no free space.
Revision Changes Path
1.22 +1 -1 src/sys/vfs/hammer/hammer_blockmap.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/hammer/hammer_blockmap.c.diff?r1=1.21&r2=1.22&f=u
More information about the Commits
mailing list