[PATCH 4/4] Do not treat ENOENT and ENOTDIR differently in stat()
ClosedPublic

Authored by madcatx on Jul 12 2017, 10:52 PM.

Details

Summary

Any error returned from browse_stat_path() should probably be signaled as error to KIO. Previous behavior only showed a warning and continued as if the operation completed fine if browse_stat_path() returned either ENOENT or ENOTDIR.

Diff Detail

Repository
R320 KIO Extras
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
madcatx created this revision.Jul 12 2017, 10:52 PM
elvisangelaccio accepted this revision.Jul 13 2017, 8:50 AM
This revision is now accepted and ready to land.Jul 13 2017, 8:50 AM
This revision was automatically updated to reflect the committed changes.