From: Mitch Harder Date: Tue, 12 Jul 2011 19:43:45 +0000 (+0000) Subject: Btrfs: Remove unused variable 'last_index' in file.c X-Git-Tag: v3.1-rc1~82^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=341d14f161a475ebdbc9adff1f7e681e1185dee9;p=pandora-kernel.git 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed