aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2024-07-23 01:28:31 -0400
committerAl Viro <[email protected]>2024-11-03 01:28:07 -0500
commit6b1a5ae9b5886832fb6d52064f6e3c6fcfefce57 (patch)
tree4ae6dcf443d6f44a007de4a9f7b1f2b70f331562 /scripts/generate_rust_analyzer.py
parent9bd812744db2e1d27712ab1053527bb54e178e4c (diff)
convert vfs_dedupe_file_range().
fdput() is followed by checking fatal_signal_pending() (and aborting the loop in such case). fdput() is transposable with that check. Yes, it'll probably end up with slightly fatter code (call after the check has returned false + call on the almost never taken out-of-line path instead of one call before the check), but it's not worth bothering with explicit extra scope there (or dragging the check into the loop condition, for that matter). Reviewed-by: Christian Brauner <[email protected]> Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions