All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dm clone: Minor fixes
@ 2019-09-12 12:11 Nikos Tsironis
  2019-09-12 12:11 ` [PATCH 1/2] dm clone metadata: Rename md to cmd Nikos Tsironis
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nikos Tsironis @ 2019-09-12 12:11 UTC (permalink / raw)
  To: snitzer, agk, dm-devel; +Cc: vkoukis, ntsironis, iliastsi

Hi Mike,

I examined the diff between v3 of dm-clone and the staged version and it
looks fine.

This patch set includes some minor fixes to fold in:

  - Rename 'md' to 'cmd' also in dm-clone-metadata.h, to be consistent
    with the changes in dm-clone-metadata.c

  - Explicitly include the header file for kvmalloc(). This is not
    strictly required, as the header file is included indirectly by
    other header files, but I think it's safer to include it anyway.

Thanks,
Nikos

Nikos Tsironis (2):
  dm clone metadata: Rename md to cmd
  dm clone: Explicitly include header file for kvmalloc()

 drivers/md/dm-clone-metadata.c |  1 +
 drivers/md/dm-clone-metadata.h | 36 ++++++++++++++++++------------------
 drivers/md/dm-clone-target.c   |  1 +
 3 files changed, 20 insertions(+), 18 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2019-09-12 13:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-12 12:11 [PATCH 0/2] dm clone: Minor fixes Nikos Tsironis
2019-09-12 12:11 ` [PATCH 1/2] dm clone metadata: Rename md to cmd Nikos Tsironis
2019-09-12 12:11 ` [PATCH 2/2] dm clone: Explicitly include header file for kvmalloc() Nikos Tsironis
2019-09-12 13:33 ` [PATCH 0/2] dm clone: Minor fixes Mike Snitzer

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.