summaryrefslogtreecommitdiffstats
path: root/mm/slob.c
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2010-10-26 23:21:58 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-27 01:52:09 +0200
commit0116651c85e671a693dd2f56e95dd651f746c973 (patch)
treed09f274105bc756b5fbd09dcb55302c0191e7e74 /mm/slob.c
parentx86: access_error API cleanup (diff)
downloadlinux-0116651c85e671a693dd2f56e95dd651f746c973.tar.xz
linux-0116651c85e671a693dd2f56e95dd651f746c973.zip
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 <namhyung@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slob.c')
0 files changed, 0 insertions, 0 deletions