DEVEL15-linux-rx-kernel-listener-kill-task-directly-20080205

LICENSE IPL10

as reported by cg2v@andrew.cmu.edu


(cherry picked from commit 8274eb91f1c0fd94f3982ae6f12d8dcb8f388f44)
This commit is contained in:
Derrick Brashear 2008-02-06 01:32:13 +00:00
parent 31895006fc
commit e8b1cf1032
2 changed files with 0 additions and 4 deletions

View File

@ -177,9 +177,6 @@ afs_osi_UnmaskUserLoop()
void
afs_osi_RxkRegister(void)
{
#ifdef AFS_LINUX22_ENV
osi_linux_rxkreg();
#endif
}
/* procedure for making our processes as invisible as we can */

View File

@ -592,7 +592,6 @@ extern void osi_linux_free_inode_pages(void);
#endif
extern void osi_linux_mask(void);
extern void osi_linux_unmask(void);
extern void osi_linux_rxkreg(void);
extern int setpag(cred_t ** cr, afs_uint32 pagvalue, afs_uint32 * newpag,
int change_parent);
#endif