commit | 341d14f161a475ebdbc9adff1f7e681e1185dee9 | [log] [tgz] |
---|---|---|
author | Mitch Harder <mitch.harder@sabayonlinux.org> | Tue Jul 12 19:43:45 2011 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Aug 01 14:32:39 2011 -0400 |
tree | fff1cee32665375837b5ae735ddff17a173f24db | |
parent | 69261c4b6a394ead1b5ca2966c908469355eb603 [diff] |
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: Mitch Harder <mitch.harder@sabayonlinux.org> Signed-off-by: Chris Mason <chris.mason@oracle.com>