Re: [PATCH 1/2] btrfs-progs: add task-utils
Hi, so started reviewing the patches for inclusion in the 3.18 branch and found a few things that I've fixed locally, this is just FYI. On Sun, Nov 09, 2014 at 11:16:55PM +0100, Silvio Fricke wrote: > Signed-off-by: Silvio Fricke > --- > task-util.c | 121 >
[PATCH 1/2] btrfs-progs: add task-utils
Signed-off-by: Silvio Fricke --- task-util.c | 121 task-util.h | 33 + 2 files changed, 154 insertions(+) create mode 100644 task-util.c create mode 100644 task-util.h diff --git a/task-util.c b/task-util.c new file