Commit fa8617f6 authored by David Woodhouse's avatar David Woodhouse

JFFS2: Remove definition of obsolete struct jffs2_scan_info

We no longer use this, since we rewrote the mount code to behave
entirely differently and not build up all the trees on mount.
Signed-off-by: default avatarArtem Bityuckiy <dedekind@infradead.org>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 6e1930ca
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* For licensing information, see the file 'LICENCE' in this directory. * For licensing information, see the file 'LICENCE' in this directory.
* *
* $Id: nodelist.h,v 1.123 2004/11/16 20:36:11 dwmw2 Exp $ * $Id: nodelist.h,v 1.124 2004/11/17 09:30:02 dedekind Exp $
* *
*/ */
...@@ -148,13 +148,6 @@ struct jffs2_inode_cache { ...@@ -148,13 +148,6 @@ struct jffs2_inode_cache {
#define INOCACHE_HASHSIZE 128 #define INOCACHE_HASHSIZE 128
struct jffs2_scan_info {
struct jffs2_full_dirent *dents;
struct jffs2_tmp_dnode_info *tmpnodes;
/* Latest i_size info */
uint32_t version;
uint32_t isize;
};
/* /*
Larger representation of a raw node, kept in-core only when the Larger representation of a raw node, kept in-core only when the
struct inode for this particular ino is instantiated. struct inode for this particular ino is instantiated.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment