From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] minios: drop unused xenblk_rxidx function
Date: Wed, 13 Feb 2008 15:59:13 +0000 [thread overview]
Message-ID: <20080213155913.GD10579@implementation.uk.xensource.com> (raw)
minios: drop unused xenblk_rxidx function
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r e85399173769 extras/mini-os/blkfront.c
--- a/extras/mini-os/blkfront.c Tue Feb 12 16:59:08 2008 +0000
+++ b/extras/mini-os/blkfront.c Wed Feb 13 15:57:59 2008 +0000
@@ -58,11 +58,6 @@ struct blkfront_dev {
int fd;
#endif
};
-
-static inline int xenblk_rxidx(RING_IDX idx)
-{
- return idx & (BLK_RING_SIZE - 1);
-}
void blkfront_handler(evtchn_port_t port, struct pt_regs *regs, void *data)
{
reply other threads:[~2008-02-13 15:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080213155913.GD10579@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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.