Bug 13481 - Missing aio pread, pwrite and fsync error handling
Summary: Missing aio pread, pwrite and fsync error handling
Status: RESOLVED INVALID
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: File services (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Ralph Böhme
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-21 15:40 UTC by Ralph Böhme
Modified: 2018-06-21 15:51 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Böhme 2018-06-21 15:40:21 UTC
The corresponding _done() callback of the pthreadpool_tevent_job_send() req don't check   if the job failed, they only check if the pthreadpool_tevent_job machinery ran into an error.