patch-2.1.107 linux/fs/pipe.c

Next file: linux/fs/proc/Makefile
Previous file: linux/fs/ntfs/support.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/fs/pipe.c linux/fs/pipe.c
@@ -188,8 +188,8 @@
 
 #ifdef FIFO_SUNOS_BRAINDAMAGE
 /*
- * Arggh. Why does SunOS have to have different select() behaviour
- * for pipes and fifos? Hate-Hate-Hate. SunOS lacks POLLHUP..
+ * Argh!  Why does SunOS have to have different select() behaviour
+ * for pipes and FIFOs?  Hate, hate, hate!  SunOS lacks POLLHUP.
  */
 static unsigned int fifo_poll(struct file * filp, poll_table * wait)
 {
@@ -293,7 +293,7 @@
 
 /*
  * The file_operations structs are not static because they
- * are also used in linux/fs/fifo.c to do operations on fifo's.
+ * are also used in linux/fs/fifo.c to do operations on FIFOs.
  */
 struct file_operations connecting_fifo_fops = {
 	pipe_lseek,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov