[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <528C8A980200007800104E69@nat28.tlf.novell.com>
Date: Wed, 20 Nov 2013 09:10:32 +0000
From: "Jan Beulich" <JBeulich@...e.com>
To: "Bob Liu" <lliubbo@...il.com>
Cc: <ian.campbell@...rix.com>, <xen-devel@...ts.xenproject.org>,
"Bob Liu" <bob.liu@...cle.com>, <konrad.wilk@...cle.com>,
<linux-kernel@...r.kernel.org>, <keir@....org>
Subject: Re: [PATCH] xen: tmem: rmove useless parameters
>>> On 20.11.13 at 09:52, Bob Liu <lliubbo@...il.com> wrote:
> @@ -100,9 +100,6 @@ static inline int xen_tmem_op(u32 tmem_cmd, u32 tmem_pool, struct tmem_oid oid,
> op.u.gen.oid[1] = oid.oid[1];
> op.u.gen.oid[2] = oid.oid[2];
> op.u.gen.index = index;
> - op.u.gen.tmem_offset = tmem_offset;
> - op.u.gen.pfn_offset = pfn_offset;
> - op.u.gen.len = len;
But you can't leave these fields uninitialized.
Jan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists