diff options
Diffstat (limited to 'fs/jffs2/jffs2_private.h')
| -rw-r--r-- | fs/jffs2/jffs2_private.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/jffs2/jffs2_private.h b/fs/jffs2/jffs2_private.h index 3633deaaf..658b32521 100644 --- a/fs/jffs2/jffs2_private.h +++ b/fs/jffs2/jffs2_private.h @@ -7,6 +7,7 @@  struct b_node {  	u32 offset;  	struct b_node *next; +	enum { CRC_UNKNOWN = 0, CRC_OK, CRC_BAD } datacrc;  };  struct b_list { |