2005-12-09 12:59:01
by Valentine Barshak
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]>