All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bcache patches for Linux v5.7-rc5
@ 2020-05-04 15:35 Coly Li
  2020-05-04 15:35 ` [PATCH 1/2] bcache: remove redundant variables i and n Coly Li
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Coly Li @ 2020-05-04 15:35 UTC (permalink / raw)
  To: axboe; +Cc: linux-bcache, linux-block, Coly Li

Hi Jens,

These two patches are in my testing directory for weeks and it is
about time to submit them for Linux v5.7-rc5.

The first one from Colin helps to remove unncessary local variables.
And Joe contributes second patch to improve the kernel message format
by remove extra '\n' from existing pr_format() and adds the '\n' to
the location of printing kernel messages. 

Please them for v5.7.

Thank you in advance.

Coly Li
---

Colin Ian King (1):
  bcache: remove redundant variables i and n

Joe Perches (1):
  bcache: Convert pr_<level> uses to a more typical style

 drivers/md/bcache/bcache.h    |   2 +-
 drivers/md/bcache/bset.c      |   6 +-
 drivers/md/bcache/btree.c     |  16 ++---
 drivers/md/bcache/extents.c   |  12 ++--
 drivers/md/bcache/io.c        |   8 +--
 drivers/md/bcache/journal.c   |  34 +++++-----
 drivers/md/bcache/request.c   |   6 +-
 drivers/md/bcache/super.c     | 123 +++++++++++++++++-----------------
 drivers/md/bcache/sysfs.c     |   8 +--
 drivers/md/bcache/writeback.c |   6 +-
 10 files changed, 110 insertions(+), 111 deletions(-)

-- 
2.25.0

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

end of thread, other threads:[~2020-05-05  2:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-04 15:35 [PATCH 0/2] bcache patches for Linux v5.7-rc5 Coly Li
2020-05-04 15:35 ` [PATCH 1/2] bcache: remove redundant variables i and n Coly Li
2020-05-04 15:35 ` [PATCH 2/2] bcache: Convert pr_<level> uses to a more typical style Coly Li
2020-05-04 15:52 ` [PATCH 0/2] bcache patches for Linux v5.7-rc5 Jens Axboe
2020-05-05  2:43   ` Coly Li

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.