On a Monday in 2021, Michal Privoznik wrote:
Generated using the following spatch:
@@
expression path;
@@
- virFileMakePath(path)
+ g_mkdir_with_parents(path, 0777)
However, 14 occurrences were not replaced, e.g. in
virHostdevManagerNew(). I don't really understand why.
d/I don't really understand why./
No need to make that statement a part of the git history.
Sometimes coccinelle (the semantic patching software)
can't understand a function or a file, so it leaves it alone.
Jano
Fixed by hand afterwards.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---