Hi Jes, Hopefully this version addresses your comments. 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’ Makefile | 6 +-- restripe.c | 10 ++++- util.c | 87 ----------------------------------------- uuid.c | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 124 insertions(+), 91 deletions(-) create mode 100644 uuid.c -- 2.17.1