HAMMER 59H/Many: Stabilization pass
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 1 Jul 2008 04:54:25 +0000 (04:54 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 1 Jul 2008 04:54:25 +0000 (04:54 +0000)
commitfce862c788c473f460763a7c146491042c59d69a
treefb4566df8defd3558a713af8df1e821051e2bc87
parentdf3016149e70f6553e40e96d6b84059a11645aec
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.
sys/vfs/hammer/hammer_blockmap.c