diff options
author | Minghao Chi <chi.minghao@zte.com.cn> | 2022-08-19 10:14:20 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2022-08-19 11:06:18 +0200 |
commit | d4d361ad00bac10701a8c14d8e1a2967bd2e2813 (patch) | |
tree | 04747d2df6e3d9df8d0e20cb410af30d43a59de6 /fs/udf/file.c | |
parent | fs/reiserfs: replace ternary operator with min() and min_t() (diff) | |
download | linux-d4d361ad00bac10701a8c14d8e1a2967bd2e2813.tar.xz linux-d4d361ad00bac10701a8c14d8e1a2967bd2e2813.zip |
isofs: delete unnecessary checks before brelse()
The brelse() function tests whether its argument is NULL
and then returns immediately.
Thus remove the tests which are not needed around the shown calls.
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220819081420.96209-1-chi.minghao@zte.com.cn
Diffstat (limited to 'fs/udf/file.c')
0 files changed, 0 insertions, 0 deletions