--- zzzz-none-000/linux-2.6.19.2/include/linux/buffer_head.h 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/include/linux/buffer_head.h 2007-02-12 12:59:15.000000000 +0000 @@ -72,6 +72,9 @@ struct address_space *b_assoc_map; /* mapping this buffer is associated with */ atomic_t b_count; /* users using this buffer_head */ +#if defined(CONFIG_SQUASHFS_CRYPT) + unsigned int squashfs_flags; +#endif /*--- #if defined(CONFIG_SQUASHFS_CRYPT) ---*/ }; /*