All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH xen-unstable] blktap - remove warning message
@ 2006-09-11 15:54 Mike Day
  0 siblings, 0 replies; only message in thread
From: Mike Day @ 2006-09-11 15:54 UTC (permalink / raw)
  To: xen-devel


Remove warning message in blktap.c

signed-off-by Mike D. Day <mdday@us.ibm.com>
---
# HG changeset patch
# User mdday@localhost.localdomain
# Node ID 48b630aa37d26044ada817e0bc2f393d9536e5b3
# Parent  bfd00b317815f2d1c8989b55a4cfd174da043e43
remove warning message

diff -r bfd00b317815 -r 48b630aa37d2 linux-2.6-xen-sparse/drivers/xen/blktap/blktap.c
--- a/linux-2.6-xen-sparse/drivers/xen/blktap/blktap.c	Mon Sep 11 01:55:03 2006 +0100
+++ b/linux-2.6-xen-sparse/drivers/xen/blktap/blktap.c	Mon Sep 11 11:36:44 2006 -0400
@@ -814,7 +814,10 @@ static void mmap_req_del(int mmap)
 }
 
 /*N.B. Currently unused - will be accessed via sysfs*/
-static void req_decrease(void)
+
+static void req_decrease(void) __attribute(( used ));
+
+static void req_decrease(void) 
 {
 	pending_req_t *req;
 	int i;

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

only message in thread, other threads:[~2006-09-11 15:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-11 15:54 [PATCH xen-unstable] blktap - remove warning message Mike Day

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.