All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] minios: drop unused xenblk_rxidx function
@ 2008-02-13 15:59 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-02-13 15:59 UTC (permalink / raw)
  To: xen-devel

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)
 {

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

only message in thread, other threads:[~2008-02-13 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 15:59 [PATCH] minios: drop unused xenblk_rxidx function Samuel Thibault

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.