]> git.baikalelectronics.ru Git - kernel.git/commit
ufs: copy symlink data into the correct union member
authorDuane Griffin <duaneg@dghda.com>
Thu, 8 Jan 2009 22:43:51 +0000 (22:43 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 27 Mar 2009 18:43:58 +0000 (14:43 -0400)
commit6ae02a54bb98c9c0d4ce71039381c78b52aa9b41
tree1a721b9ee1f4799be5f35028c75693c21ce2cf38
parent88d067def81cc5ed9de20e63515007ec3c361789
ufs: copy symlink data into the correct union member

Copy symlink data into the union member it is accessed through. Although
this shouldn't make a difference to behaviour it makes the code easier
to follow and grep through. It may also prevent problems if the
struct/union definitions change in the future.

Signed-off-by: Duane Griffin <duaneg@dghda.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/namei.c