patch-2.4.22 linux-2.4.22/fs/pipe.c
Next file: linux-2.4.22/fs/proc/base.c
Previous file: linux-2.4.22/fs/partitions/efi.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/fs/pipe.c
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/fs/pipe.c linux-2.4.22/fs/pipe.c
@@ -230,8 +230,7 @@
/* Signal readers asynchronously that there is more data. */
wake_up_interruptible(PIPE_WAIT(*inode));
- inode->i_ctime = inode->i_mtime = CURRENT_TIME;
- mark_inode_dirty(inode);
+ update_mctime(inode);
out:
up(PIPE_SEM(*inode));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)