mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* fix pblk testing leftover
@ 2017-10-24 13:56 Javier González
  2017-10-24 13:56 ` [PATCH] lightnvm: pblk: remove " Javier González
  0 siblings, 1 reply; 3+ messages in thread
From: Javier González @ 2017-10-24 13:56 UTC (permalink / raw)
  To: axboe; +Cc: mb, linux-block, linux-kernel, Javier González

Hi Jens,

I just noticed a testing leftover that made it in one of this window's
patches. Can you pick this up (and eventually squash it)?

Thanks,
Javier

Javier González (1):
  lightnvm: pblk: remove testing leftover

 drivers/lightnvm/pblk.h | 5 -----
 1 file changed, 5 deletions(-)

-- 
2.7.4

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

* [PATCH] lightnvm: pblk: remove testing leftover
  2017-10-24 13:56 fix pblk testing leftover Javier González
@ 2017-10-24 13:56 ` Javier González
  2017-10-24 14:00   ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Javier González @ 2017-10-24 13:56 UTC (permalink / raw)
  To: axboe; +Cc: mb, linux-block, linux-kernel, Javier González

fixes: 8bd400204bd5 ("lightnvm: pblk: cleanup unused and static functions")
Signed-off-by: Javier González <javier@cnexlabs.com>
---
 drivers/lightnvm/pblk.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/lightnvm/pblk.h b/drivers/lightnvm/pblk.h
index 6b64288de6f7..90961033a79f 100644
--- a/drivers/lightnvm/pblk.h
+++ b/drivers/lightnvm/pblk.h
@@ -860,11 +860,6 @@ int pblk_rl_is_limit(struct pblk_rl *rl);
 int pblk_sysfs_init(struct gendisk *tdisk);
 void pblk_sysfs_exit(struct gendisk *tdisk);
 
-static inline void test(size_t a)
-{
-	a += 1;
-}
-
 static inline void *pblk_malloc(size_t size, int type, gfp_t flags)
 {
 	if (type == PBLK_KMALLOC_META)
-- 
2.7.4

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

* Re: [PATCH] lightnvm: pblk: remove testing leftover
  2017-10-24 13:56 ` [PATCH] lightnvm: pblk: remove " Javier González
@ 2017-10-24 14:00   ` Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2017-10-24 14:00 UTC (permalink / raw)
  To: Javier González; +Cc: mb, linux-block, linux-kernel, Javier González

On 10/24/2017 07:56 AM, Javier González wrote:
> fixes: 8bd400204bd5 ("lightnvm: pblk: cleanup unused and static functions")
> Signed-off-by: Javier González <javier@cnexlabs.com>

Added, thanks.

-- 
Jens Axboe

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

end of thread, other threads:[~2017-10-24 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 13:56 fix pblk testing leftover Javier González
2017-10-24 13:56 ` [PATCH] lightnvm: pblk: remove " Javier González
2017-10-24 14:00   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome