From: Jerome Marchand <jmarchan@redhat.com>
To: Jens Axboe <jens.axboe@oracle.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] block: remove unused __REQ_NR_BITS
Date: Wed, 29 Apr 2009 16:01:00 +0200 [thread overview]
Message-ID: <49F85D9C.4000405@redhat.com> (raw)
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)
next reply other threads:[~2009-04-29 14:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-29 14:01 Jerome Marchand [this message]
2009-04-30 8:12 ` [PATCH] block: remove unused __REQ_NR_BITS Nikanth K
2009-04-30 8:42 ` Jerome Marchand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49F85D9C.4000405@redhat.com \
--to=jmarchan@redhat.com \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.