sys/vfs/hammer: Make hammer_bnew*() call _hammer_bread()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 9 Dec 2015 09:38:52 +0000 (18:38 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 9 Dec 2015 10:00:00 +0000 (19:00 +0900)
commit52a92d779a61aacf3ac2d63cac2a13d4dcde5f92
tree0a8d2c7afd8c11cd076e6f63a5cf2ca8fcb3a1e9
parent34331ff0173ba0b7de19bb7591d5d4043211d3c3
sys/vfs/hammer: Make hammer_bnew*() call _hammer_bread()

Remove _hammer_bnew() since _hammer_bread() and _hammer_bnew()
are the exact same except for isnew arg of hammer_get_buffer().

hammer_bnew*() use isnew=1 to only allocate ondisk buffer with
no disk i/o at the moment.
sys/vfs/hammer/hammer_ondisk.c