Displaying 3 results from an estimated 3 matches for "asyncflag".
2003 Oct 01
1
4.9 RC1 (i386) mplayer induced panic
...= (struct inode *) 0x0
ump = (struct ufsmount *) 0xc230e400
fs = (struct fs *) 0xc2356800
error = 0
allerror = 0
#11 0xc01a2823 in sync (p=0xc039b3e0, uap=0x0) at /usr/src/sys/kern/vfs_syscalls.c:577
p = (struct proc *) 0xc039b3e0
mp = (struct mount *) 0xc230e600
nmp = (struct mount *) 0x0
asyncflag = 0
#12 0xc0171b76 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:235
bp = (struct buf *) 0x0
iter = 5
nbusy = -1070447284
pbusy = -1070411092
howto = 256
#13 0xc0172200 in poweroff_wait (junk=0xc032454c, howto=-1070448561)
at /usr/src/sys/kern/kern_shutdown.c:595
fmt = 0xc03245...
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
...}
+ else {
tsleep(&lbolt, PPAUSE, "syncer", 0);
+ kproc_suspend_loop(p);
+ }
}
}
--- /usr/src/sys.org/kern/vfs_syscalls.c Thu Jan 2 18:26:18 2003
+++ kern/vfs_syscalls.c Sat Apr 12 01:55:48 2003
@@ -563,6 +563,9 @@ sync(p, uap)
register struct mount *mp, *nmp;
int asyncflag;
+ /* Notify sched_sync() to try flushing syncer_workitem_pending[*] */
+ rushjob += syncer_maxdelay;
+
simple_lock(&mountlist_slock);
for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) {
if (vfs_busy(mp, LK_NOWAIT, &mountlist_slock, p)) {
@@ -2627,6 +2630,10 @@ fsync(p,...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed