sys/vfs/hammer2: Remove redundant error check in hammer2_vfs_mount()
commit6763396fd50db1a0398c315be072e94e4cd1d2f1
authorTomohiro Kusumi <tkusumi@netbsd.org>
Mon, 24 Oct 2022 07:24:37 +0000 (24 00:24 -0700)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Mon, 24 Oct 2022 07:32:45 +0000 (24 00:32 -0700)
treea5547b705b3f20764c45a8227e2e7463d7f602df
parent12757b74e26bd9c7a8c76c9e211ff3192ef396b5
sys/vfs/hammer2: Remove redundant error check in hammer2_vfs_mount()

The error is always 0 at this point, and devvps must always be opened.
While here zero initialize error on update mount.
sys/vfs/hammer2/hammer2_vfsops.c