-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

in cslmain.c:197 and a few other places the mutex (un)locking is done like
this:
mutex->lock (mutex);

but shouldn't this be:
mutex->lock (mutex->user_data);

just like the DRIVER_LOCK macro does?
Basically, the way I understand it, it would call the lock function on the
CslMutex struct which the lock function normally doesn't have a clue about -
or am I getting something very wrong now?

- --
C'ya
        Matthias
________________________________________________________
Matthias Kretz (Germany)                          <><
http://Vir.homeip.net/
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+XMhEyg4WnCj6OIoRAhhiAJ4keV/A9ybnxxMJXg/e6mentHiVXwCg4Gan
0gU8ciccWcn70iy6i4Rbj50=
=VU7d
-----END PGP SIGNATURE-----

Reply via email to