Re: [PATCH 1/2] btrfs-progs: fix nanosecs in task_period_start

2018-07-05 Thread Su Yue
On 07/05/2018 03:20 AM, Stéphane Lesimple wrote: This is a single-line fix on the preexisting task_period_start function. Signed-off-by: Stéphane Lesimple Reviewed-by: Su Yue --- task-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-utils.c

[PATCH 1/2] btrfs-progs: fix nanosecs in task_period_start

2018-07-04 Thread Stéphane Lesimple
This is a single-line fix on the preexisting task_period_start function. Signed-off-by: Stéphane Lesimple --- task-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-utils.c b/task-utils.c index 12b0002..284cbb3 100644 --- a/task-utils.c +++ b/task-utils.c @@