~ubuntu-branches/ubuntu/precise/openafs/precise-proposed

« back to all changes in this revision

Viewing changes to src/afs/afs_icl.c

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-03-28 17:25:05 UTC
  • mfrom: (28.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20120328172505-y9iycrlfhtfsn7mv
Tags: 1.6.1-1
* New upstream release.
  - Do not ignore all InlineBulkStatus errors in file server.
  - Support for Linux 3.3 and 3.4.
  - Fix incorrect kernel error handling in afs_notify_change.
  - Fix locking around RXS_PreparePacket.

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
        return 0;
408
408
 
409
409
    AFS_ASSERT_GLOCK();
 
410
    afs_icl_SetHold(setp);
410
411
    mask = lAndT >> 24 & 0xff;  /* mask of which logs to log to */
411
412
    ix = ICL_EVENTBYTE(eventID);
412
413
    ObtainReadLock(&setp->lock);
422
423
        }
423
424
    }
424
425
    ReleaseReadLock(&setp->lock);
 
426
    afs_icl_SetRele(setp);
425
427
    return 0;
426
428
}
427
429