diff options
author | Li zeming <[email protected]> | 2022-10-12 18:42:35 +0800 |
---|---|---|
committer | Jan Kara <[email protected]> | 2022-10-24 16:49:00 +0200 |
commit | 0dafb7e671f0e769c854609548037754a68dcbc6 (patch) | |
tree | c46611da7760ae62fcfbc7b4fced4e30f73a53f0 /scripts/generate_rust_analyzer.py | |
parent | 247f34f7b80357943234f93f247a1ae6b6c3a740 (diff) |
fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset function
These two functions perform the following optimizations.
1. Delete the type cast of foo pointer. Void * does not need to convert
the type.
2. Delete the initialization assignment of bh variable, which is
assigned first.
Signed-off-by: Li zeming <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions