Changeset 85


Ignore:
Timestamp:
Jan 19, 2007, 5:13:41 PM (17 years ago)
Author:
jbarnold
Message:
removed code that caused kernel oops
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/patches/openafs-scripts.patch

    r83 r85  
    199199 }
    200200 
    201 --- openafs-1.4.2/src/afs/afs_user.c.scripts    2007-01-18 19:22:49.000000000 -0500
    202 +++ openafs-1.4.2/src/afs/afs_user.c    2007-01-19 13:46:36.000000000 -0500
    203 @@ -110,6 +110,7 @@
    204      now = osi_Time();
    205      for (i = 0; i < NUSERS; i++) {
    206         for (lu = &afs_users[i], tu = *lu; tu; tu = nu) {
    207 +            if(tu->uid == AFSAGENT_UID) continue;
    208             delFlag = 0;        /* should we delete this dude? */
    209             /* Don't garbage collect users in use now (refCount) */
    210             if (tu->refCount == 0) {
Note: See TracChangeset for help on using the changeset viewer.