[JFFS2] Use f->target instead of f->dents for symlink target
[deliverable/linux.git] / fs / jffs2 / os-linux.h
index d900c8929b09983cca227d2deeb1658ac0913b0b..0fc952eaf8c8d439c1d6ab44b08b6991c8a1612c 100644 (file)
@@ -7,7 +7,7 @@
  *
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: os-linux.h,v 1.58 2005/07/12 02:34:35 tpoynor Exp $
+ * $Id: os-linux.h,v 1.59 2005/07/17 11:13:46 dedekind Exp $
  *
  */
 
@@ -57,6 +57,7 @@ static inline void jffs2_init_inode_info(struct jffs2_inode_info *f)
        f->fragtree = RB_ROOT;
        f->metadata = NULL;
        f->dents = NULL;
+       f->target = NULL;
        f->flags = 0;
        f->usercompr = 0;
 }
This page took 0.025777 seconds and 5 git commands to generate.