From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] linux-2.6.18/blkback: do not leak mode property Date: Thu, 13 Dec 2012 16:09:17 +0100 Message-ID: <20121213150917.GA12748@aepfle.de> References: <50C9FB3202000078000B0338@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <50C9FB3202000078000B0338@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Thu, Dec 13, Jan Beulich wrote: > + if (be->major | be->minor) { I think a single | works as intended, but || was meant? Olaf