commit | 47568d4c56677ede6e7ff7c8e4e0fd860a9c4372 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Mar 24 17:02:28 2010 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Mar 24 16:43:29 2010 -0700 |
tree | 8d8e35252db123fb7a3abf7a5655b8c9669637cc | |
parent | 6467a71c56934251f3c917bd4386387c2a97b41e [diff] |
FDPIC: For-loop in elf_core_vma_data_size() is incorrect Fix an incorrect for-loop in elf_core_vma_data_size(). The advance-pointer statement lacks an assignment: CC fs/binfmt_elf_fdpic.o fs/binfmt_elf_fdpic.c: In function 'elf_core_vma_data_size': fs/binfmt_elf_fdpic.c:1593: warning: statement with no effect Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>