fs/ntfs3: Initialize pointer before use place in fill_super
authorKari Argillander <kari.argillander@gmail.com>
Thu, 9 Sep 2021 18:09:41 +0000 (21:09 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 20 Sep 2021 15:53:11 +0000 (18:53 +0300)
commit0e59a87ee619915c2eb189eb232a972c276681fb
treea6fc429dcb35ca25632b0e8fe684e2b474a3d696
parent0056b273757b3057a5aff73f96a7fa134641caf4
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>
fs/ntfs3/super.c