]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9de1e33f6c8da1618ad44204ee15059bcd56d691
tree91367f4881f2c521a3146d61a40a363be216ceb7
parent1f7659bc16c4ac3d6f689830cc632c2b0507386a
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