mkdir: Fix error recover path
authorAlan Cox <alan@linux.intel.com>
Wed, 21 Feb 2018 20:32:26 +0000 (20:32 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 21 Feb 2018 20:32:26 +0000 (20:32 +0000)
commitf32ca36dac8774e3a4bb66507fec1ce4613553f2
treeef319f5727dbcce9a8a0f501d148f09f93cb4ba9
parentd1d977af9567431c36474693ed228c7493249172
mkdir: Fix error recover path

This tried to unlink random crap not the correct path. Broken when I tidied
up the path walking logic
Kernel/syscall_other.c