fs/ntfs3: Remove tmp var is_ro in ntfs_fill_super
authorKari Argillander <kari.argillander@gmail.com>
Thu, 9 Sep 2021 18:09:38 +0000 (21:09 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 20 Sep 2021 15:53:10 +0000 (18:53 +0300)
commit0cde7e81cd448a5df01a3960f6608b15dc3f12a3
tree91367f4881f2c521a3146d61a40a363be216ceb7
parentb4f110d65e21bf937fc5d3d894ec1cd540c85a71
fs/ntfs3: Remove tmp var is_ro in ntfs_fill_super

We only use this in two places so we do not really need it. Also
wrapper sb_rdonly() is pretty self explanatory. This will make little
bit easier to read this super long variable list in the beginning of
ntfs_fill_super().

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