* Stephen Smalley (sdsat_private) wrote: > > I diff'd the head of the WireX BitKeeper tree against the NAI Labs > tree again, and here are the remaining differences. thanks, and thanks greg for absorbing the patch. > > > diff -Nru -X dontdiff wirex/lsm/fs/super.c lsm/lsm-new/fs/super.c > --- wirex/lsm/fs/super.c Fri Jun 22 09:06:59 2001 > +++ lsm/lsm-new/fs/super.c Mon Jun 18 15:37:37 2001 > @@ -1094,7 +1094,7 @@ > * call reboot(9). Then init(8) could umount root and exec /reboot. > */ > if (mnt == current->fs->rootmnt) { > - retval = 0; > + int retval = 0; i specifically did not include this change because int retval is declared at the top of the function. greg already discussed the softirq changes... -chris _______________________________________________ linux-security-module mailing list linux-security-moduleat_private http://mail.wirex.com/mailman/listinfo/linux-security-module
This archive was generated by hypermail 2b30 : Wed Jun 27 2001 - 13:55:25 PDT