linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen/blkfront: remove unused macros
@ 2018-07-25  7:42 Juergen Gross
  2018-07-25  9:30 ` Roger Pau Monné
  2018-07-25 18:06 ` Jens Axboe
  0 siblings, 2 replies; 5+ messages in thread
From: Juergen Gross @ 2018-07-25  7:42 UTC (permalink / raw)
  To: linux-kernel, linux-block, xen-devel
  Cc: konrad.wilk, roger.pau, Juergen Gross

Remove some macros not used anywhere.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 drivers/block/xen-blkfront.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index b5cedccb5d7d..94300dbe358b 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -251,14 +251,9 @@ static DEFINE_SPINLOCK(minor_lock);
 #define GRANTS_PER_INDIRECT_FRAME \
 	(XEN_PAGE_SIZE / sizeof(struct blkif_request_segment))
 
-#define PSEGS_PER_INDIRECT_FRAME	\
-	(GRANTS_INDIRECT_FRAME / GRANTS_PSEGS)
-
 #define INDIRECT_GREFS(_grants)		\
 	DIV_ROUND_UP(_grants, GRANTS_PER_INDIRECT_FRAME)
 
-#define GREFS(_psegs)	((_psegs) * GRANTS_PER_PSEG)
-
 static int blkfront_setup_indirect(struct blkfront_ring_info *rinfo);
 static void blkfront_gather_backend_features(struct blkfront_info *info);
 static int negotiate_mq(struct blkfront_info *info);
-- 
2.13.7


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

* Re: [PATCH] xen/blkfront: remove unused macros
  2018-07-25  7:42 [PATCH] xen/blkfront: remove unused macros Juergen Gross
@ 2018-07-25  9:30 ` Roger Pau Monné
  2018-07-25 18:06 ` Jens Axboe
  1 sibling, 0 replies; 5+ messages in thread
From: Roger Pau Monné @ 2018-07-25  9:30 UTC (permalink / raw)
  To: Juergen Gross; +Cc: linux-kernel, linux-block, xen-devel, konrad.wilk

On Wed, Jul 25, 2018 at 09:42:07AM +0200, Juergen Gross wrote:
> Remove some macros not used anywhere.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks, Roger.

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

* Re: [PATCH] xen/blkfront: remove unused macros
  2018-07-25  7:42 [PATCH] xen/blkfront: remove unused macros Juergen Gross
  2018-07-25  9:30 ` Roger Pau Monné
@ 2018-07-25 18:06 ` Jens Axboe
  1 sibling, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2018-07-25 18:06 UTC (permalink / raw)
  To: Juergen Gross, linux-kernel, linux-block, xen-devel
  Cc: konrad.wilk, roger.pau

On 7/25/18 12:42 AM, Juergen Gross wrote:
> Remove some macros not used anywhere.

Applied, thanks.

-- 
Jens Axboe


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

* Re: [PATCH] xen/blkfront: remove unused macros
  2018-08-06 11:34 ` [PATCH] xen/blkfront: remove unused macros Juergen Gross
@ 2018-08-06 11:36   ` Juergen Gross
  0 siblings, 0 replies; 5+ messages in thread
From: Juergen Gross @ 2018-08-06 11:36 UTC (permalink / raw)
  To: linux-kernel, xen-devel, linux-block
  Cc: konrad.wilk, roger.pau, axboe, boris.ostrovsky

On 06/08/18 13:34, Juergen Gross wrote:
> Remove some macros not used anywhere.

Meh, ignore that one, please. Doesn't belong to this series.


Juergen

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

* [PATCH] xen/blkfront: remove unused macros
  2018-08-06 11:33 [PATCH 0/4] xen/blk: persistent grant rework Juergen Gross
@ 2018-08-06 11:34 ` Juergen Gross
  2018-08-06 11:36   ` Juergen Gross
  0 siblings, 1 reply; 5+ messages in thread
From: Juergen Gross @ 2018-08-06 11:34 UTC (permalink / raw)
  To: linux-kernel, xen-devel, linux-block
  Cc: konrad.wilk, roger.pau, axboe, boris.ostrovsky, Juergen Gross

Remove some macros not used anywhere.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 drivers/block/xen-blkfront.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index b5cedccb5d7d..94300dbe358b 100644
--- a/drivers/block/xen-blkfront.c
+++ b/drivers/block/xen-blkfront.c
@@ -251,14 +251,9 @@ static DEFINE_SPINLOCK(minor_lock);
 #define GRANTS_PER_INDIRECT_FRAME \
 	(XEN_PAGE_SIZE / sizeof(struct blkif_request_segment))
 
-#define PSEGS_PER_INDIRECT_FRAME	\
-	(GRANTS_INDIRECT_FRAME / GRANTS_PSEGS)
-
 #define INDIRECT_GREFS(_grants)		\
 	DIV_ROUND_UP(_grants, GRANTS_PER_INDIRECT_FRAME)
 
-#define GREFS(_psegs)	((_psegs) * GRANTS_PER_PSEG)
-
 static int blkfront_setup_indirect(struct blkfront_ring_info *rinfo);
 static void blkfront_gather_backend_features(struct blkfront_info *info);
 static int negotiate_mq(struct blkfront_info *info);
-- 
2.13.7


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

end of thread, other threads:[~2018-08-06 11:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25  7:42 [PATCH] xen/blkfront: remove unused macros Juergen Gross
2018-07-25  9:30 ` Roger Pau Monné
2018-07-25 18:06 ` Jens Axboe
2018-08-06 11:33 [PATCH 0/4] xen/blk: persistent grant rework Juergen Gross
2018-08-06 11:34 ` [PATCH] xen/blkfront: remove unused macros Juergen Gross
2018-08-06 11:36   ` Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).