Skip to content
Commit 341d14f1 authored by Mitch Harder's avatar Mitch Harder Committed by Chris Mason
Browse files

Btrfs: Remove unused variable 'last_index' in file.c



The variable 'last_index' is calculated in the __btrfs_buffered_write
function and passed as a parameter to the prepare_pages function,
but is not used anywhere in the prepare_pages function.

Remove instances of 'last_index' in these functions.

Signed-off-by: default avatarMitch Harder <mitch.harder@sabayonlinux.org>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 69261c4b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment