Re: struct nfs_fattr alignment problem in nfs3proc.c

Trond Myklebust (trond.myklebust@fys.uio.no)
24 Mar 2003 15:06:24 +0100


>>>>> " " == Richard Curnow <Richard.Curnow@superh.com> 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/