sys/vfs/hammer: Drop redundant error initialization
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 14 Aug 2016 06:37:03 +0000 (15:37 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 14 Aug 2016 07:04:23 +0000 (16:04 +0900)
commit0942f1c42f96f235650c2243a5f9e0cc34d66fcb
treec1f20b111b1bf73220b2a89f32fe63565066797b
parent7dc46daa12ba48e3e09644e20992d645ed4b1822
sys/vfs/hammer: Drop redundant error initialization

error is always 0 when it hits here.
(It would have already returned non-zero error otherwise)
sys/vfs/hammer/hammer_pfs.c