Index: branches/fc13-dev/server/common/patches/openafs-release-glock.patch
===================================================================
--- branches/fc13-dev/server/common/patches/openafs-release-glock.patch	(revision 1624)
+++ 	(revision )
@@ -1,14 +1,0 @@
-diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c
-index 77c4440..1d83549 100644
---- a/src/afs/LINUX/osi_vnodeops.c
-+++ b/src/afs/LINUX/osi_vnodeops.c
-@@ -308,7 +308,9 @@ afs_linux_readdir(struct file *fp, void *dirbuf, filldir_t filldir)
- 		/* clean up from afs_FindVCache */
- 		afs_PutVCache(tvc);
- 	    }
-+	    AFS_GUNLOCK();
- 	    code = (*filldir) (dirbuf, de->name, len, offset, ino, type);
-+	    AFS_GLOCK();
- 	}
- #else
- 	code = (*filldir) (dirbuf, de->name, len, offset, ino);
Index: branches/fc13-dev/server/common/patches/openafs-scripts.patch
===================================================================
--- branches/fc13-dev/server/common/patches/openafs-scripts.patch	(revision 1624)
+++ branches/fc13-dev/server/common/patches/openafs-scripts.patch	(revision 1625)
@@ -134,5 +134,5 @@
 --- openafs-1.4/src/afs/afs_osi_pag.c
 +++ openafs-1.4+scripts/src/afs/afs_osi_pag.c
-@@ -51,6 +51,8 @@
+@@ -49,6 +49,8 @@
  #endif
  /* Local variables */
@@ -143,5 +143,5 @@
   * Pags are implemented as follows: the set of groups whose long
   * representation is '41XXXXXX' hex are used to represent the pags.
-@@ -458,6 +460,15 @@
+@@ -449,6 +451,15 @@
  	av->uid = acred->cr_ruid;	/* default when no pag is set */
  #endif
@@ -156,7 +156,7 @@
 +    }
 +
-     av->initd = 0;
      return 0;
  }
+ 
 diff -ur openafs-1.4/src/afs/afs_pioctl.c openafs-1.4+scripts/src/afs/afs_pioctl.c
 --- openafs-1.4/src/afs/afs_pioctl.c
