2005-12-09 12:59:01

by Valentine Barshak

[permalink] [raw]
Subject: [PATCH] posix_fadvise bug (unexpected success on FIFO/pipe)

Hello all.
This patch adds a FIFO/pipe check to posix_fadvise system call.
If the specified file descriptor is pipe or FIFO, the system call
returns ESPIPE error.
Thank you.

Signed-off-by: Valentine Barshak <[email protected]>


Attachments:
fadv.patch (409.00 B)