patch-2.1.55 linux/fs/pipe.c

Next file: linux/fs/proc/fd.c
Previous file: linux/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.54/linux/fs/pipe.c linux/fs/pipe.c
@@ -402,7 +402,7 @@
 			 * list because "mark_inode_dirty()" will think
 			 * that it already _is_ on the dirty list.
 			 */
-			inode->i_state = 1 << I_DIRTY;
+			inode->i_state = I_DIRTY;
 			inode->i_mode = S_IFIFO | S_IRUSR | S_IWUSR;
 			inode->i_uid = current->fsuid;
 			inode->i_gid = current->fsgid;

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