From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jody Bruchon Subject: Re: [PATCH] Simplification of file structures initialization Date: Sat, 28 Feb 2015 14:31:24 -0500 Message-ID: <54F2178C.6070905@jodybruchon.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-8086 On 1/27/2015 7:27 PM, Juan Perez-Sanchez wrote: > Functions sys_execve(), get_pipe_inode(), sys_open(), close_fp() > and get_fd() repeated a lot of code. Now most of the work is done in > the new functions > open_filp() and close_filp(). Your previous two patches have been committed. Thanks!