Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759438AbZJMKiE (ORCPT ); Tue, 13 Oct 2009 06:38:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759424AbZJMKiD (ORCPT ); Tue, 13 Oct 2009 06:38:03 -0400 Received: from mtagate5.de.ibm.com ([195.212.17.165]:41793 "EHLO mtagate5.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758483AbZJMKiB (ORCPT ); Tue, 13 Oct 2009 06:38:01 -0400 Subject: Re: [patch 13/28] s390: Remove BKL from prng From: Jan Glauber To: Thomas Gleixner Cc: LKML , Andrew Morton , Ingo Molnar , Peter Zijlstra , Frederic Weisbecker , Vincent Sanders , John Kacur , Jonathan Corbet , Christoph Hellwig , Martin Schwidefsky In-Reply-To: <20091010153349.601625576@linutronix.de> References: <20091010153314.827301943@linutronix.de> <20091010153349.601625576@linutronix.de> Content-Type: text/plain Date: Tue, 13 Oct 2009 12:36:14 +0000 Message-Id: <1255437374.10239.545.camel@bender> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1716 Lines: 50 On Sat, 2009-10-10 at 15:36 +0000, Thomas Gleixner wrote: > einfaches Textdokument attachment (s390-remove-bkl-from-prng.patch) > cycle_kernel_lock() was added during the big BKL pushdown. It should > ensure the serializiation against driver init code. In this case there > is nothing to serialize. Remove it. Looks good. Acked-by: Jan Glauber -- Jan > Signed-off-by: Thomas Gleixner > Cc: Martin Schwidefsky > --- > arch/s390/crypto/prng.c | 2 -- > 1 file changed, 2 deletions(-) > > Index: linux-2.6-tip/arch/s390/crypto/prng.c > =================================================================== > --- linux-2.6-tip.orig/arch/s390/crypto/prng.c > +++ linux-2.6-tip/arch/s390/crypto/prng.c > @@ -6,7 +6,6 @@ > #include > #include > #include > -#include > #include > #include > #include > @@ -49,7 +48,6 @@ static unsigned char parm_block[32] = { > > static int prng_open(struct inode *inode, struct file *file) > { > - cycle_kernel_lock(); > return nonseekable_open(inode, file); > } > > > > -- > 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/ -- 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/