fix switch_names() breakage in short-to-short case
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 3 Nov 2008 20:03:50 +0000 (15:03 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 31 Dec 2008 23:07:40 +0000 (18:07 -0500)
commitdc711ca35f9d95a1eec02118e0c298b5e3068315
tree0224900b89471b719a9abcd3e43b334e3d993df9
parent7df5fa06de89a4ac311957e0cb9c1d87552b4325
fix switch_names() breakage in short-to-short case

We want ->name.len to match the resulting name on *both*
source and target

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