]> bbs.cooldavid.org Git - net-next-2.6.git/commit
hostfs ->follow_link() braino
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 18 Aug 2010 10:21:10 +0000 (06:21 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 18 Aug 2010 10:21:10 +0000 (06:21 -0400)
commit3b6036d148bad5bb7928b021a49bb9e395361084
treef64408944d4ef7f74290a689750484f1fb473d20
parent850a496f969719b494cc972ab1d0e088737358d7
hostfs ->follow_link() braino

we want the assignment to err done inside the if () to be
visible after it, so (re)declaring err inside if () body
is wrong.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hostfs/hostfs_kern.c