]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit146d5740e645de21bfa26bbd8ceac72287d6de88
tree0224900b89471b719a9abcd3e43b334e3d993df9
parent4e85ab59fc5bb023318ca90c632c0d3f1b498f3e
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