From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: Re: [PATCH 3/8] sock: Introduce cred_to_ucred Date: Tue, 15 Jun 2010 12:03:10 +0400 Message-ID: <4C1733BE.6070708@openvz.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org To: "Eric W. Biederman" Cc: David Miller , Serge Hallyn , Linux Containers , Daniel Lezcano , netdev@vger.kernel.org List-Id: containers.vger.kernel.org On 06/13/2010 05:28 PM, Eric W. Biederman wrote: > > To keep the coming code clear and to allow both the sock > code and the scm code to share the logic introduce a > fuction to translate from struct cred to struct ucred. > > Signed-off-by: Eric W. Biederman Acked-by: Pavel Emelyanov