[pso] lipsa de erori :(

Marian Mihailescu pso@cursuri.cs.pub.ro
Fri, 26 Mar 2004 12:57:01 +0200


if (intercepted[syscall]) {
	printk (KERN_INFO "syscall %d busy\n", syscall);
	return -EBUSY;
}

Rezultat:

debian:/mnt/teme/pso/pso1# dmesg
starting intercepting syscall 54
syscall 54 busy
syscall 54 busy
syscall 54 busy
syscall 54 busy
syscall 54 busy
stopping intercepting syscall 54

dar totusi, la test:

test: 54 intercept................................................rezultat 0
passed
test: 54 intercept................................................rezultat 0
failed
test: 54 intercept................................................rezultat 0
failed

Vreo idee cineva ?
Multumesc.