From: Namhyung Kim Date: Tue, 26 Oct 2010 21:21:58 +0000 (-0700) Subject: mm: remove temporary variable on generic_file_direct_write() X-Git-Tag: v2.6.37-rc1~105^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0116651c85e671a693dd2f56e95dd651f746c973;p=pandora-kernel.git mm: remove temporary variable on generic_file_direct_write() 'end' shadows earlier one and is not necessary at all. Remove it and use 'pos' instead. This removes following sparse warnings: mm/filemap.c:2180:24: warning: symbol 'end' shadows an earlier one mm/filemap.c:2132:25: originally declared here Signed-off-by: Namhyung Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed