From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Wed, 15 Oct 2003 06:21:09 +0000 Subject: Re: IA64 ino_t incorrectly sized? Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 15 Oct 2003 16:06:02 +1000, Nathan Scott said: Nathan> It turns out that neither is a problem for us in practice. Sounds find to me, then. Except, I'd replace #ifdef __ia64__ with #ifdef CONFIG_IA64, so you're relying (less) on compiler magic. --david