From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: Re: [PATCH 1/3] vfs: Mark some functions static. Date: Tue, 20 Dec 2011 15:19:50 +0100 Message-ID: <20111220141950.GA26206@redhat.com> References: <201112202132.FFC05740.FFQVLFtHOMOOSJ@I-love.SAKURA.ne.jp> <201112202133.EHE57317.FOQMHFVOLJFtSO@I-love.SAKURA.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, kosaki.motohiro@jp.fujitsu.com To: Tetsuo Handa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50373 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585Ab1LTOZQ (ORCPT ); Tue, 20 Dec 2011 09:25:16 -0500 Content-Disposition: inline In-Reply-To: <201112202133.EHE57317.FOQMHFVOLJFtSO@I-love.SAKURA.ne.jp> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 12/20, Tetsuo Handa wrote: > > Commit 0e028465 "exec: unify do_execve/compat_do_execve code" removed external > reference to bprm_mm_init()/prepare_bprm_creds()/check_unsafe_exec()/free_bprm(). Thanks, Acked-by: Oleg Nesterov > Cc: [3.0+] Why? I don't think -stable needs this cleanup. Oleg.