befs: fix sparse warning in linuxvfs.c
authorHarvey Harrison <harvey.harrison@gmail.com>
Tue, 29 Apr 2008 07:58:44 +0000 (00:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:05:59 +0000 (08:05 -0700)
commit63e3453e547b20321381b212cb1ee11537dc843d
treebd521668aeaa5ff1c0b7b9a8030a47e9703cdc89
parent9fe76c763f0e18582bcb670c386978e83a755d05
befs: fix sparse warning in linuxvfs.c

Use link as the variable name to avoid shadowing the arg.

fs/befs/linuxvfs.c:492:8: warning: symbol 'p' shadows an earlier one
fs/befs/linuxvfs.c:488:77: originally declared here

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Cc: "Sergey S. Kostyliov" <rathamahata@php4.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/befs/linuxvfs.c