commit | 0e59a87ee619915c2eb189eb232a972c276681fb | [log] [tgz] |
---|---|---|
author | Kari Argillander <kari.argillander@gmail.com> | Thu Sep 09 21:09:41 2021 +0300 |
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | Mon Sep 20 18:53:11 2021 +0300 |
tree | a6fc429dcb35ca25632b0e8fe684e2b474a3d696 | |
parent | 0056b273757b3057a5aff73f96a7fa134641caf4 [diff] |
fs/ntfs3: Initialize pointer before use place in fill_super Initializing should be as close as possible when we use it so that we do not need to scroll up to see what is happening. Also bdev_get_queue() can never return NULL so we do not need to check for !rq. Signed-off-by: Kari Argillander <kari.argillander@gmail.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>