HAMMER VFS - Adjust signedness of a media field for future de-dup
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 13 Aug 2010 02:02:34 +0000 (19:02 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 13 Aug 2010 02:02:34 +0000 (19:02 -0700)
commit320a5c59a1e83c4392b5d5efba75163a286bd94c
treefd8e09f8945b3fdf7f586a46c75dac0fe2085db6
parentddac2002e1c0b5c573dc3e05d7d2ebbab9547af6
HAMMER VFS - Adjust signedness of a media field for future de-dup

* Make bytes_free in hammer_blockmap_layer2 a signed field and remove
  KKASSERT() that disallowed a negative value.

  This field can go negative in a future data de-dup implementation.
sys/vfs/hammer/hammer_blockmap.c
sys/vfs/hammer/hammer_disk.h