From: Duane Griffin Date: Thu, 8 Jan 2009 22:43:51 +0000 (+0000) Subject: ufs: copy symlink data into the correct union member X-Git-Tag: v2.6.30-rc1~647^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723be1f30046a46471b00106ebef9d8c832f12e9;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed