diff options
author | Chaitanya Kulkarni <[email protected]> | 2022-02-15 13:33:08 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-02-27 14:49:49 -0700 |
commit | 0aab29b85478b994422f1551ce36e5640b09db2b (patch) | |
tree | 08a822d9f5cd29c2ad9034a5d7edb6cb8e8a3c83 /net/lapb/lapb_in.c | |
parent | b27824d31f09ea7b4a6ba2c1b18bd328df3e8bed (diff) |
loop: remove extra variable in lo_fallocate()
The local variable q is used to pass it to the blk_queue_discard(). We
can get away with using lo->lo_queue instead of storing in a local
variable which is not used anywhere else.
No functional change in this patch.
Signed-off-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Himanshu Madhani <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions