On Mon, 12 May 2008 10:49:03 -0400 Theodore Tso <tytso@xxxxxxx> wrote: > 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... Will do. > 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. I agree that making the not inline is the right thing to do, but now the question is where do we put these new functions. Is it still appropriate to place them in ext2fs.h or do you prefer a new location? > - Ted -JRS -- 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