commit | 0cde7e81cd448a5df01a3960f6608b15dc3f12a3 | [log] [tgz] |
---|---|---|
author | Kari Argillander <kari.argillander@gmail.com> | Thu Sep 09 21:09:38 2021 +0300 |
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | Mon Sep 20 18:53:10 2021 +0300 |
tree | 91367f4881f2c521a3146d61a40a363be216ceb7 | |
parent | b4f110d65e21bf937fc5d3d894ec1cd540c85a71 [diff] |
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>