public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: remove unused __REQ_NR_BITS
@ 2009-04-29 14:01 Jerome Marchand
  2009-04-30  8:12 ` Nikanth K
  0 siblings, 1 reply; 3+ messages in thread
From: Jerome Marchand @ 2009-04-29 14:01 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-kernel


Removes __REQ_NR_BITS which is not used since its only user
(blk_dump_rq_flags()) stopped to use it.


Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
---
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 2755d5c..a101821 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -119,7 +119,6 @@ enum rq_flag_bits {
 	__REQ_INTEGRITY,	/* integrity metadata has been remapped */
 	__REQ_NOIDLE,		/* Don't anticipate more IO after this one */
 	__REQ_IO_STAT,		/* account I/O stat */
-	__REQ_NR_BITS,		/* stops here */
 };
 
 #define REQ_RW		(1 << __REQ_RW)



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-30  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 14:01 [PATCH] block: remove unused __REQ_NR_BITS Jerome Marchand
2009-04-30  8:12 ` Nikanth K
2009-04-30  8:42   ` Jerome Marchand

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