Re: [PATCH] btrfs-progs: remove path_cat[3]_out() double declaration
From: Nikolay Borisov <hidden>
Date: 2021-10-25 06:38:52
From: Nikolay Borisov <hidden>
Date: 2021-10-25 06:38:52
On 23.10.21 г. 19:40, Goffredo Baroncelli wrote:
Remove the double declaration of path_cat_out()/path_cat3_out() The functions - path_cat_out() - path_cat3_out() are declared two times in the following header files: - common/path-utils.h - common/send-utils.h Remove the double declaration from send-utils.h and add the path-utils.h include file where needed. Signed-off-by: Goffredo Baroncelli <redacted>
Reviewed-by: Nikolay Borisov <redacted>