Re: [PATCH] Simplification of file structures initialization
Jody Bruchon <[email protected]> Sat, 28 Feb 2015 14:31:24 -0500
| Newsgroups | org.kernel.vger.linux-8086 |
|---|---|
| Message-ID | <[email protected]> |
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!