From: Artem B. Bityutskiy Date: Sun, 17 Jul 2005 11:13:51 +0000 (+0100) Subject: [JFFS2] Use f->target instead of f->dents for symlink target X-Git-Tag: v2.6.15-rc1~448^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b79adcca147c9f8fd1094ab4cb342d7e1790d70;p=pandora-kernel.git [JFFS2] Use f->target instead of f->dents for symlink target JFFS2 uses f->dents to store the pointer to the symlink target string (in case the inode is symlink). This is somewhat ugly to use the same field for different reasons. Introduce distinct field f->target for this purpose. Note, f->fragtree, f->dents, f->target may probably be put in a union. Signed-off-by: Artem B. Bityutskiy Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed