From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757579AbZEPTb3 (ORCPT ); Sat, 16 May 2009 15:31:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754409AbZEPTbT (ORCPT ); Sat, 16 May 2009 15:31:19 -0400 Received: from mail-ew0-f176.google.com ([209.85.219.176]:37503 "EHLO mail-ew0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752611AbZEPTbS (ORCPT ); Sat, 16 May 2009 15:31:18 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-disposition:message-id:content-type :content-transfer-encoding; b=jz5fmfgedZJTWuB0s4lPEmcahvQCVFYdhhGxyrdbWAnrOceFkGiIWCBKa8YjHlqUZu r5x2CSv6mQmeGQWeBE58ANx7/Z08Ushyp7amTuM39/B+eF+/E/KenFdT6oA+GtTRgRTJ XPPNxz2G6D98EiB5emglU7F+HxWtHYjmEr+7k= From: Bartlomiej Zolnierkiewicz To: Borislav Petkov Subject: Re: [PATCH 0/15 v2] ide-atapi: remove pc->buf and misc cleanups Date: Sat, 16 May 2009 21:35:52 +0200 User-Agent: KMail/1.11.2 (Linux/2.6.30-rc3-00442-ga3668b0; KDE/4.2.2; i686; ; ) Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Tejun Heo , Jens Axboe References: <1242364293-29223-1-git-send-email-petkovbb@gmail.com> <200905162107.38332.bzolnier@gmail.com> <20090516192319.GB6202@liondog.tnic> In-Reply-To: <20090516192319.GB6202@liondog.tnic> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200905162135.53084.bzolnier@gmail.com> Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 16 May 2009 21:23:19 Borislav Petkov wrote: > Hi, > > On Sat, May 16, 2009 at 09:07:38PM +0200, Bartlomiej Zolnierkiewicz wrote: > > I would love to merge it but I'm hitting merge conflicts... > > > > I can pull tj/block-peek-fetch into for-next but not block/for-2.6.31... > > > > tj's top commit: > > > > author Tejun Heo > > Fri, 8 May 2009 23:45:23 +0000 (08:45 +0900) > > committer Tejun Heo > > Fri, 8 May 2009 23:45:23 +0000 (08:45 +0900) > > commit 18c551bb4944dec0ce2c0a854b6694ed39ab58f6 > > tree a2a59fd27626e930809a20546c0c02e1df498056 > > parent 88fd264e94d01b23339ce614be9141eb2db98e10 > > > > corresponding blocks's commit: > > > > author Tejun Heo > > Fri, 8 May 2009 02:54:16 +0000 (11:54 +0900) > > committer Jens Axboe > > Mon, 11 May 2009 07:52:18 +0000 (09:52 +0200) > > commit 9934c8c04561413609d2bc38c6b9f268cba774a4 > > tree 30dd8f7be54f9b2e03094de9cd03b6a9ee2909cd > > parent 2343046826a8ca426b07601d9593ee046c298b68 > > > > Looking at creation dates I suspect that somewhere along the way > > something was rebased? > > > > One quick temporary solution would be to recreate bp/pc-remove-buf > > on top of tj/block-peek-fetch... > > will do that first thing in the morning and push it for merging. Cool, please also merge ide-tape DEBUG build fix while at it...