source:
trunk/server/common/patches/openafs-release-glock.patch
@
  1649
        
        | Last change on this file since 1649 was 1555, checked in by mitchb, 15 years ago | |
|---|---|
| File size: 507 bytes | |
- 
        src/afs/LINUX/osi_vnodeops.cdiff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index 77c4440..1d83549 100644 a b afs_linux_readdir(struct file *fp, void *dirbuf, filldir_t filldir) 308 308 /* clean up from afs_FindVCache */ 309 309 afs_PutVCache(tvc); 310 310 } 311 AFS_GUNLOCK(); 311 312 code = (*filldir) (dirbuf, de->name, len, offset, ino, type); 313 AFS_GLOCK(); 312 314 } 313 315 #else 314 316 code = (*filldir) (dirbuf, de->name, len, offset, ino); 
Note: See TracBrowser
        for help on using the repository browser.
    
