mesh: Don't log error for false positive mkdir failure
authorInga Stotland <inga.stotland@intel.com>
Tue, 30 Nov 2021 23:14:12 +0000 (15:14 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:38 +0000 (19:08 +0530)
commit477f37be48752929226bd8ace2a38703e5d92313
tree2d58ec6666643b2670f0a8c3c76ce3784da7d770
parentfcae550a11dc9a1826f55fb3efb279e9190fb852
mesh: Don't log error for false positive mkdir failure

When invoking mkdir() for mesh configuration storage, do not
report an error if a target directory already exists.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
mesh/keyring.c
mesh/rpl.c
mesh/util.c