]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] pipe: remove redundant fifo_poll abstraction
authorPekka Enberg <penberg@cs.helsinki.fi>
Tue, 6 Sep 2005 22:17:48 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:35 +0000 (16:57 -0700)
commit300fe1a0526f9e332b7e385eeea6db3e6c8f661a
tree052ad4b7bfcc8fcd21a94acca58393a963bd3b06
parent8549fd13aec12900cd03b4b1ff5ab0f38d39bba3
[PATCH] pipe: remove redundant fifo_poll abstraction

Remove a redundant fifo_poll() abstraction from fs/pipe.c and adds a big
fat comment stating we set POLLERR for FIFOs too on Linux unlike most
Unices.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/pipe.c