summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2018-02-01 11:26:23 +0100
committerDavid S. Miller <davem@davemloft.net>2018-02-01 09:48:42 -0500
commit0ba987181028ab41cdc68fa91b74c98d97b93ff3 (patch)
treecaa74f975b96a07d78930ee41e81ad6f7d1b7c6b /block
parent367dc6586d2d9c0c347b567f7efec57f59c376fd (diff)
downloadlinux-0ba987181028ab41cdc68fa91b74c98d97b93ff3.tar.gz
linux-0ba987181028ab41cdc68fa91b74c98d97b93ff3.tar.bz2
linux-0ba987181028ab41cdc68fa91b74c98d97b93ff3.zip
inet: Avoid unitialized variable warning in inet_unhash()
With gcc-4.1.2: net/ipv4/inet_hashtables.c: In function ‘inet_unhash’: net/ipv4/inet_hashtables.c:628: warning: ‘ilb’ may be used uninitialized in this function While this is a false positive, it can easily be avoided by using the pointer itself as the canary variable. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions