From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jody Bruchon Subject: Re: [PATCH 5 OF 5] Code size reduction. Date: Mon, 16 Mar 2015 20:30:04 -0400 Message-ID: <5507758C.3070208@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 3/16/2015 3:32 AM, Juan Perez-Sanchez wrote: > The technique suggested by A. Rubini in his book "Linux Device > Drivers, 3rd. Ed.", Chap. 02, section "Error Handling During > Initialization" was used in several functions in file fs/minix/namei.c > > Code size was reduced by 144 bytes. All five of your patches are applied. Thanks for this! The fact that much generic pipe code has been removed from Minix filesystem code should make that code easier to understand as well.