[OpenAFS] Re: Solaris8 panic w/ patch 108528-20 / Patch
Bernt Christandl
beb@MPA-Garching.MPG.DE
Tue, 03 Jun 2003 16:52:11 +0200
This is a multipart MIME message.
--==_Exmh_-5064515230
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,
first i must say that the problem also exists with 108528-21
I append a small patch-file generated from the patched source
of Rainer Laatsch which could be applied with the gnu-patch utility.
Second i have to say "thank you" to Rainer Laatsch and Douglas E. Engert
for their time and help!
With regards,
Bernt Christandl
--==_Exmh_-5064515230
Content-Type: text/plain ; name="openafs-1.2.9-patch"; charset=iso-8859-1
Content-Description: openafs-1.2.9-patch
Content-Disposition: attachment; filename="openafs-1.2.9-patch"
Content-Transfer-Encoding: quoted-printable
*** openafs-1.2.9/src/afs/SOLARIS/osi_vfsops.c.orig Wed Apr 24 03:41:36 2=
002
--- openafs-1.2.9/src/afs/SOLARIS/osi_vfsops.c Tue Jun 3 16:08:56 2003
***************
*** 443,448 ****
--- 443,449 ----
#endif
#endif
#endif
+ #if !defined(AFS_SUN58_ENV)
/* =
* Re-read the /etc/name_to_sysnum file to make sure afs isn't adde=
d after
* reboot. Ideally we would like to call modctl_read_sysbinding_fi=
le() but
***************
*** 460,468 ****
#else
read_binding_file(sysbind, sb_hashtab);
#endif
- #if !defined(AFS_SUN58_ENV)
make_syscallname("afs", AFS_SYSCALL);
- #endif
=
if (sysent[AFS_SYSCALL].sy_call =3D=3D nosys) {
if ((sysn =3D mod_getsysname(AFS_SYSCALL)) !=3D NULL) {
--- 461,467 ----
***************
*** 476,481 ****
--- 475,481 ----
#endif =
}
}
+ #endif
=
osi_Init(); /* initialize global lock, etc */
=
--==_Exmh_-5064515230--