public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* linux-next: manual merge of the ide tree with Linus' tree
@ 2009-05-01  1:10 Stephen Rothwell
  0 siblings, 0 replies; only message in thread
From: Stephen Rothwell @ 2009-05-01  1:10 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-next, Borislav Petkov, Jerome Marchand, Jens Axboe

Hi Bartlomiej,

Today's linux-next merge of the ide tree got a conflict in
include/linux/blkdev.h between commit
42dad7647aec49b3ad20dd0cb832b232a6ae514f ("block: simplify I/O stat
accounting") from Linus' tree and commit
96c16743973e8c1a7b9c655d10b7973408d6d1dd ("ide-cd: fix REQ_QUIET tests in
cdrom_decode_status") from the ide tree.

Just overlapping additions.  I fixed it up (see below) and can carry the
fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb•auug.org.au

diff --cc include/linux/blkdev.h
index 2755d5c,6f841fb..0000000
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@@ -600,7 -598,7 +600,8 @@@ enum 
  				 blk_failfast_transport(rq) ||	\
  				 blk_failfast_driver(rq))
  #define blk_rq_started(rq)	((rq)->cmd_flags & REQ_STARTED)
+ #define blk_rq_quiet(rq)	((rq)->cmd_flags & REQ_QUIET)
 +#define blk_rq_io_stat(rq)	((rq)->cmd_flags & REQ_IO_STAT)
  
  #define blk_account_rq(rq)	(blk_rq_started(rq) && (blk_fs_request(rq) || blk_discard_rq(rq))) 
  

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-01  1:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-01  1:10 linux-next: manual merge of the ide tree with Linus' tree Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox