Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756635AbYKQMN2 (ORCPT ); Mon, 17 Nov 2008 07:13:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753199AbYKQMNU (ORCPT ); Mon, 17 Nov 2008 07:13:20 -0500 Received: from pasmtpb.tele.dk ([80.160.77.98]:43697 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753131AbYKQMNT (ORCPT ); Mon, 17 Nov 2008 07:13:19 -0500 Date: Mon, 17 Nov 2008 13:11:34 +0100 From: Jens Axboe To: Marcin Slusarz Cc: LKML , Bartlomiej Zolnierkiewicz , Andrew Morton Subject: Re: [PATCH 1/2] cdrom: split mmc_ioctl to lower stack usage Message-ID: <20081117121134.GM26778@kernel.dk> References: <20081116180437.GC6282@joi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081116180437.GC6282@joi> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 706 Lines: 25 On Sun, Nov 16 2008, Marcin Slusarz wrote: > Checkstack output: > > Before: > mmc_ioctl: 584 > > After: > mmc_ioctl_dvd_read_struct: 280 > mmc_ioctl_cdrom_subchannel: 152 > mmc_ioctl_cdrom_read_data: 120 > mmc_ioctl_cdrom_volume: 104 > mmc_ioctl_cdrom_read_audio: 104 > (mmc_ioctl is inlined into cdrom_ioctl - 104 bytes) Looks good (both 1 and 2). What kind of testing have you done? I have applied it to for-2.6.29. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/