From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH v6 5/6] keys: kill the dummy key_replace_session_keyring() Date: Fri, 20 Apr 2012 09:45:29 +0100 Message-ID: <10231.1334911529@redhat.com> References: <20120419231600.GE15828@redhat.com> <20120419231431.GA15820@redhat.com> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51610 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751128Ab2DTIpp (ORCPT ); Fri, 20 Apr 2012 04:45:45 -0400 In-Reply-To: <20120419231600.GE15828@redhat.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Oleg Nesterov Cc: dhowells@redhat.com, Andrew Morton , Linus Torvalds , Thomas Gleixner , Alexander Gordeev , Chris Zankel , David Smith , "Frank Ch. Eigler" , Geert Uytterhoeven , Larry Woodman , Peter Zijlstra , Richard Kuo , Tejun Heo , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Oleg Nesterov wrote: > After the previouse change key_replace_session_keyring() becomes > a nop. Remove the dummy definition in key.h and update the callers > in arch/*/kernel/signal.c. > > Signed-off-by: Oleg Nesterov Acked-by: David Howells