It already uses...
#define JFFS2_INODE_INFO(i) (&i->u.jffs2_i)
It's trivial to switch over when the size of the inode union goes below the
size of struct jffs2_inode_info. Until then, I'd just be wasting space.
-- dwmw2
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/