patch-2.3.14 linux/fs/ufs/truncate.c
Next file: linux/include/asm-alpha/compiler.h
Previous file: linux/fs/proc/array.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Aug 18 10:15:19 1999
- Orig file:
v2.3.13/linux/fs/ufs/truncate.c
- Orig date:
Wed Jun 30 13:38:20 1999
diff -u --recursive --new-file v2.3.13/linux/fs/ufs/truncate.c linux/fs/ufs/truncate.c
@@ -455,7 +455,8 @@
break;
if (IS_SYNC(inode) && (inode->i_state & I_DIRTY))
ufs_sync_inode (inode);
- current->counter = 0;
+ run_task_queue(&tq_disk);
+ current->policy |= SCHED_YIELD;
schedule ();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)