fs/ntfs3: Return straight without goto in fill_super
authorKari Argillander <kari.argillander@gmail.com>
Thu, 9 Sep 2021 18:09:35 +0000 (21:09 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 20 Sep 2021 15:53:09 +0000 (18:53 +0300)
commitbce1828f6d82ad0ffa3b7259d6f1769ffbcec30c
tree09cd9c67c79a1701aa801c1434c88d2f2713f7b9
parent5d7d6b16bc1dbe0f84997e639c49b5ed98a562f7
fs/ntfs3: Return straight without goto in fill_super

In many places it is not needed to use goto out. We can just return
right away. This will make code little bit more cleaner as we won't
need to check error path.

Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/super.c