]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
simplify journal_mount: move the out label after success block
authorKonstantin Belousov <kib@FreeBSD.org>
Thu, 4 Mar 2021 18:55:33 +0000 (20:55 +0200)
committerKonstantin Belousov <kib@FreeBSD.org>
Fri, 12 Mar 2021 11:30:37 +0000 (13:30 +0200)
commit25aac48d2ce322355e7890a1de0f045a15d1cc09
tree2dcbdad60c9e56658595fda6bced6237ec3ee324
parent6385cabd5be627c4f395e3abf215882aaeb36320
simplify journal_mount: move the out label after success block

This removes the need to check for error == 0.

Reviewed by: mckusick
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D29178
sys/ufs/ffs/ffs_softdep.c