filesys: fix error reporting when trying to ch_unlink a missing name
authorAlan Cox <alan@linux.intel.com>
Sat, 26 Dec 2015 22:09:22 +0000 (22:09 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 26 Dec 2015 22:09:22 +0000 (22:09 +0000)
commit1fe4b6585c838e49be347c01b846d2109252a916
tree97b8d95b720102b448add27b519e69ef28ce9dc6
parent5e15de67331d148bc236d4464a52ef028def5f4b
filesys: fix error reporting when trying to ch_unlink a missing name

This fixes rmdir "nosuchname"
Kernel/filesys.c