diff options
author | Kari Argillander <kari.argillander@gmail.com> | 2021-09-09 21:09:35 +0300 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2021-09-20 18:53:09 +0300 |
commit | bce1828f6d82ad0ffa3b7259d6f1769ffbcec30c (patch) | |
tree | 09cd9c67c79a1701aa801c1434c88d2f2713f7b9 /net/unix/sysctl_net_unix.c | |
parent | 5d7d6b16bc1dbe0f84997e639c49b5ed98a562f7 (diff) | |
download | linux-bce1828f6d82ad0ffa3b7259d6f1769ffbcec30c.tar.xz |
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>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions