[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080512144903.GE7029@mit.edu>
Date: Mon, 12 May 2008 10:49:03 -0400
From: Theodore Tso <tytso@....edu>
To: "Jose R. Santos" <jrs@...ibm.com>
Cc: linux-ext4@...r.kernel.org
Subject: Re: [RFC PATCH 7/9][e2fsprogs] Add new blk64_t handling inline
functions
On Fri, May 09, 2008 at 11:40:12AM -0500, Jose R. Santos wrote:
> From: Jose R. Santos <jrs@...ibm.com>
>
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists