diff options
| author | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2026-07-30 10:44:47 +0200 |
|---|---|---|
| committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2026-07-30 10:49:59 +0200 |
| commit | 539eb2a86922b7e2b2dee0eac2f73eacce4e8c75 (patch) | |
| tree | 9bf1044ac05231a6a03d3a54220e8e88b816ea96 /scripts/Makefile.thinlto | |
| parent | 194491be54e1c9e4d29d3ee777b05ff031c4b670 (diff) | |
| download | linux-stable-539eb2a86922b7e2b2dee0eac2f73eacce4e8c75.tar.gz linux-stable-539eb2a86922b7e2b2dee0eac2f73eacce4e8c75.zip | |
fs/ntfs3: Rename 'err' to 'ret' in read paths
ntfs_file_read_iter() and ntfs_file_splice_read() store both error codes
and the number of bytes transferred in a variable named 'err', which is
misleading on the success path. Rename it to 'ret'.
While here, rename the 'in' parameter of ntfs_file_splice_read() to
'file' for consistency with the rest of the file, and add a local 'ni'
instead of calling ntfs_i() inline.
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
