Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 24 Mar 2003 08:55:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 24 Mar 2003 08:55:25 -0500 Received: from pat.uio.no ([129.240.130.16]:13224 "EHLO pat.uio.no") by vger.kernel.org with ESMTP id ; Mon, 24 Mar 2003 08:55:25 -0500 To: Richard Curnow Cc: Linux Kernel Mailing List Subject: Re: struct nfs_fattr alignment problem in nfs3proc.c References: <20030321175206.GA17163@malvern.uk.w2k.superh.com> <20030324120923.GB17163@malvern.uk.w2k.superh.com> <20030324134927.GC17163@malvern.uk.w2k.superh.com> From: Trond Myklebust Date: 24 Mar 2003 15:06:24 +0100 In-Reply-To: <20030324134927.GC17163@malvern.uk.w2k.superh.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 597 Lines: 13 >>>>> " " == Richard Curnow writes: > + if (((unsigned long) arg & 0x7) != 0) { > + printk("nfs3_proc_unlink_setup : arg not 8-byte aligned!\n"); > + } > + if (((unsigned long) res & 0x7) != 0) { > + printk("nfs3_proc_unlink_setup : res not 8-byte aligned!\n"); > + } Nope... Cheers, Trond - 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/