Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux: Kernel
Re: linux-next: build failure after merge of the block tree
 

Index | Next | Previous | View Flat


hch at lst

Aug 3, 2010, 1:26 AM


Views: 652
Permalink
Re: linux-next: build failure after merge of the block tree [In reply to]

On Tue, Aug 03, 2010 at 01:12:02PM +1000, Stephen Rothwell wrote:
> I applied the following merge fix patch (Christoph, I assume that this
> should be directly applicable to the ceph tree, right?):

Yes, it looks good.

> - if (!blk_fs_request(rq) && !blk_barrier_rq(rq)) {
> + if ((rq->cmd_type != REQ_TYPE_FS) &&
> + !(rq->cmd_flags & REQ_HARDBARRIER)) {
> __blk_end_request_all(rq, 0);
> goto next;

Although these days barriers are REQ_TYPE_FS anyway, so the second check
is superflous.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Subject User Time
linux-next: build failure after merge of the block tree sfr at canb Aug 2, 2010, 8:12 PM
    Re: linux-next: build failure after merge of the block tree axboe at kernel Aug 3, 2010, 12:46 AM
    Re: linux-next: build failure after merge of the block tree hch at lst Aug 3, 2010, 1:26 AM
    linux-next: build failure after merge of the block tree sfr at canb Aug 4, 2010, 6:47 PM
        Re: linux-next: build failure after merge of the block tree axboe at kernel Aug 4, 2010, 11:35 PM
    linux-next: build failure after merge of the block tree sfr at canb Aug 8, 2010, 6:28 PM
        Re: linux-next: build failure after merge of the block tree axboe at kernel Aug 8, 2010, 6:50 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.