From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Tso Subject: Re: [PATCH 1/8] writeback: move super_block argument to struct writeback_control Date: Tue, 1 Sep 2009 07:57:02 -0400 Message-ID: <20090901115702.GB727@mit.edu> References: <1251803946-9243-1-git-send-email-jens.axboe@oracle.com> <1251803946-9243-2-git-send-email-jens.axboe@oracle.com> <20090901115551.GA727@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Jens Axboe , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, chris.mason@oracle.com, david@fromorbit.com, hch@infradead.org, akpm@linux-foundation.o Return-path: Received: from thunk.org ([69.25.196.29]:46763 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753950AbZIAL5E (ORCPT ); Tue, 1 Sep 2009 07:57:04 -0400 Content-Disposition: inline In-Reply-To: <20090901115551.GA727@mit.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Sep 01, 2009 at 07:55:51AM -0400, Theodore Tso wrote: > > I just tried compiling per-bdi v15 against the latest git HEAD, and > the compilation failed: Oops, never mind. I just realized you had already fixed this in v16. - Ted