Changeset 1274 for trunk/server/common/patches/openafs-scripts.patch
- Timestamp:
- Jul 15, 2009, 10:50:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/patches/openafs-scripts.patch
r1259 r1274 58 58 --- openafs-1.4/src/afs/LINUX/osi_vnodeops.c 59 59 +++ openafs-1.4+scripts/src/afs/LINUX/osi_vnodeops.c 60 @@ -8 75,6 +875,28 @@60 @@ -896,6 +896,28 @@ 61 61 /* should we always update the attributes at this point? */ 62 62 /* unlikely--the vcache entry hasn't changed */ … … 162 162 --- openafs-1.4/src/afs/afs_pioctl.c 163 163 +++ openafs-1.4+scripts/src/afs/afs_pioctl.c 164 @@ -12 17,6 +1217,10 @@164 @@ -1221,6 +1221,10 @@ 165 165 struct AFSFetchStatus OutStatus; 166 166 XSTATS_DECLS; … … 173 173 if (!avc) 174 174 return EINVAL; 175 @@ -14 37,6 +1441,10 @@175 @@ -1441,6 +1445,10 @@ 176 176 struct vrequest treq; 177 177 afs_int32 flag, set_parent_pag = 0; … … 184 184 if (!afs_resourceinit_flag) { 185 185 return EIO; 186 @@ -1 796,6 +1804,10 @@186 @@ -1800,6 +1808,10 @@ 187 187 afs_int32 iterator; 188 188 int newStyle; … … 195 195 if (!afs_resourceinit_flag) /* afs daemons haven't started yet */ 196 196 return EIO; /* Inappropriate ioctl for device */ 197 @@ -18 79,6 +1891,10 @@197 @@ -1883,6 +1895,10 @@ 198 198 register afs_int32 i; 199 199 register struct unixuser *tu;
Note: See TracChangeset
for help on using the changeset viewer.