All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/2] Fix build issues
@ 2020-05-18 21:53 Guoqing Jiang
  2020-05-18 21:53 ` [PATCH V3 1/2] uuid.c: split uuid stuffs from util.c Guoqing Jiang
  2020-05-18 21:53 ` [PATCH V3 2/2] restripe: fix ignoring return value of ‘read’ and lseek Guoqing Jiang
  0 siblings, 2 replies; 5+ messages in thread
From: Guoqing Jiang @ 2020-05-18 21:53 UTC (permalink / raw)
  To: jes; +Cc: linux-raid, Guoqing Jiang

Hi Jes,

A new version per your comment, let me know if I still missed something.

V3 Change:
1. check the return value of lseek

V2 Changes:
1. copy the whole license from util.c to uuid.c
2. check the return value of read correctly

Thanks,
Guoqing

Guoqing Jiang (2):
  uuid.c: split uuid stuffs from util.c
  restripe: fix ignoring return value of ‘read’ and lseek

 Makefile   |   6 +--
 restripe.c |  12 +++++-
 util.c     |  87 -----------------------------------------
 uuid.c     | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 125 insertions(+), 92 deletions(-)
 create mode 100644 uuid.c

-- 
2.17.1

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

end of thread, other threads:[~2020-05-19  0:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18 21:53 [PATCH V3 0/2] Fix build issues Guoqing Jiang
2020-05-18 21:53 ` [PATCH V3 1/2] uuid.c: split uuid stuffs from util.c Guoqing Jiang
2020-05-19  0:11   ` Jes Sorensen
2020-05-18 21:53 ` [PATCH V3 2/2] restripe: fix ignoring return value of ‘read’ and lseek Guoqing Jiang
2020-05-19  0:26   ` Jes Sorensen

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.