diff options
author | 2022-02-15 13:33:09 -0800 | |
---|---|---|
committer | 2022-02-27 14:49:49 -0700 | |
commit | 9c64e38cc639537ad9b542635af1733e8cb5e19b (patch) | |
tree | 27c1829addb5dca70a03fcbddbf43c41aeb72e80 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | loop: remove extra variable in lo_fallocate() (diff) | |
download | wireguard-linux-9c64e38cc639537ad9b542635af1733e8cb5e19b.tar.xz wireguard-linux-9c64e38cc639537ad9b542635af1733e8cb5e19b.zip |
loop: remove extra variable in lo_req_flush
The local variable file is used to pass it to the vfs_fsync(). We can
get away with using lo->lo_backing_file instead of storing in a local
variable which is not used anywhere else.
No functional change in this patch.
Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Link: https://lore.kernel.org/r/20220215213310.7264-4-kch@nvidia.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions