diff options
author | Kari Argillander <kari.argillander@gmail.com> | 2021-09-09 20:09:41 +0200 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2021-09-20 17:53:11 +0200 |
commit | 0e59a87ee619915c2eb189eb232a972c276681fb (patch) | |
tree | a6fc429dcb35ca25632b0e8fe684e2b474a3d696 /fs/seq_file.c | |
parent | fs/ntfs3: Remove tmp pointer upcase in fill_super (diff) | |
download | linux-0e59a87ee619915c2eb189eb232a972c276681fb.tar.xz linux-0e59a87ee619915c2eb189eb232a972c276681fb.zip |
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>
Diffstat (limited to 'fs/seq_file.c')
0 files changed, 0 insertions, 0 deletions