On Fri, May 09, 2008 at 11:40:12AM -0500, Jose R. Santos wrote: > From: Jose R. Santos <jrs@xxxxxxxxxx> > > Add new blk64_t handling inline functions > > Introduce inline fuctions to handle blk64_t and low/high values in > super blocks and inodes. If you do this patch first, then you can address some of the FIXME's earlier in the patch series... And as I mentioned, we probably want to avoid making them INLINE functions. It's always easier to inline a function later if we find that it shows up on profiles for performance reasons, but if we find out we need to make changes and it is inline already, it's much harder to deal with the backwards compatibility issues. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html