Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2066,9 +2066,7 @@ _dispatch_disk_perform(void *ctxt)
static void
_dispatch_operation_advise(dispatch_operation_t op, size_t chunk_size)
{
#ifndef F_RDADVISE
LINUX_PORT_ERROR();
#else
#ifdef F_RDADVISE
int err;
struct radvisory advise;
// No point in issuing a read advise for the next chunk if we are already
Expand Down