Ignore:
Timestamp:
Jul 15, 2009, 10:50:26 PM (15 years ago)
Author:
mitchb
Message:
Upgrade OpenAFS to 1.4.11
o Two of our patches (postinit and pts-encrypt) have been upstreamed
o Two deltas we applied (dprintf-rename-20090427 and
  linux26-defer-cred-changing-20090511) are now included in this version
o The scripts patch has some context adjustments
o Our spec file patch corrects an upstream bug which tries to install
  a compile_et manpage, which conflicts with e2fsprogs-devel
File:
1 edited

Legend:

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

    r1259 r1274  
    5858--- openafs-1.4/src/afs/LINUX/osi_vnodeops.c
    5959+++ openafs-1.4+scripts/src/afs/LINUX/osi_vnodeops.c
    60 @@ -875,6 +875,28 @@
     60@@ -896,6 +896,28 @@
    6161        /* should we always update the attributes at this point? */
    6262        /* unlikely--the vcache entry hasn't changed */
     
    162162--- openafs-1.4/src/afs/afs_pioctl.c
    163163+++ openafs-1.4+scripts/src/afs/afs_pioctl.c
    164 @@ -1217,6 +1217,10 @@
     164@@ -1221,6 +1221,10 @@
    165165     struct AFSFetchStatus OutStatus;
    166166     XSTATS_DECLS;
     
    173173     if (!avc)
    174174        return EINVAL;
    175 @@ -1437,6 +1441,10 @@
     175@@ -1441,6 +1445,10 @@
    176176     struct vrequest treq;
    177177     afs_int32 flag, set_parent_pag = 0;
     
    184184     if (!afs_resourceinit_flag) {
    185185        return EIO;
    186 @@ -1796,6 +1804,10 @@
     186@@ -1800,6 +1808,10 @@
    187187     afs_int32 iterator;
    188188     int newStyle;
     
    195195     if (!afs_resourceinit_flag)        /* afs daemons haven't started yet */
    196196        return EIO;             /* Inappropriate ioctl for device */
    197 @@ -1879,6 +1891,10 @@
     197@@ -1883,6 +1895,10 @@
    198198     register afs_int32 i;
    199199     register struct unixuser *tu;
Note: See TracChangeset for help on using the changeset viewer.