From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752106Ab0JYAz7 (ORCPT ); Sun, 24 Oct 2010 20:55:59 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:56868 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751899Ab0JYAz6 (ORCPT ); Sun, 24 Oct 2010 20:55:58 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=o1UNfJ5Drl/7dOjWdKaxYi9sA4enGkdr4qC1oZ2NfOrN+/W+3N3cuAY4/CCVbe0hnS 2srep656tCA3Sbit1pCRlgnumBgOS6mLlDD+/FiyEUJs7XLC4tWrkkXM5LHCO6+nlAtv 76ySKBxgBMNuY7wL93F7XBQd50XDYyV+gXBLo= Subject: Re: [GIT PULL] Revert of the IO stat fix From: Maxim Levitsky To: Linus Torvalds Cc: Jens Axboe , "linux-kernel@vger.kernel.org" In-Reply-To: References: <4CC49274.3030803@fusionio.com> <4CC49A4B.8010300@fusionio.com> <1287957832.24074.19.camel@maxim-laptop> Content-Type: text/plain; charset="UTF-8" Date: Mon, 25 Oct 2010 02:55:52 +0200 Message-ID: <1287968152.3976.0.camel@maxim-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2010-10-24 at 17:07 -0700, Linus Torvalds wrote: > On Sun, Oct 24, 2010 at 3:03 PM, Maxim Levitsky wrote: > > > > Btw I had that bug reproduced 100% for all removeable devices I have. > > (xD, ms, usb). > > Does Jens' suggested patch (the non-revert one) fix your oops? Or only > the revert? The suggested patch doesn't fix the oops. Testing revert now. Best regards, Maxim Levitsky > > IOW, I would want to know whether I could try just merging the fix > instead of backing out the patch that looks like a real improvement.. > > Linus