From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752195Ab1HHJyd (ORCPT ); Mon, 8 Aug 2011 05:54:33 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:36511 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124Ab1HHJyc (ORCPT ); Mon, 8 Aug 2011 05:54:32 -0400 Date: Mon, 8 Aug 2011 13:54:27 +0400 From: Cyrill Gorcunov To: Nathan Lynch , Oren Laadan , Daniel Lezcano , Serge Hallyn , Tejun Heo , Andrew Morton Cc: Glauber Costa , containers@lists.osdl.org, linux-kernel@vger.kernel.org, Pavel Emelyanov , Serge Hallyn Subject: Re: [patch 2/4] vfs: Introduce the fd closing helper Message-ID: <20110808095427.GA24017@sun> References: <20110807210112.245578619@openvz.org> <20110807210526.994391865@openvz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110807210526.994391865@openvz.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 08, 2011 at 01:01:14AM +0400, Cyrill Gorcunov wrote: > From: Pavel Emelyanov > > This is nothing but making is possible to call the > sys_close from the kernel. > > Signed-off-by: Pavel Emelyanov > Acked-by: Serge Hallyn > Signed-off-by: Cyrill Gorcunov > --- Drop this one for a while.