source: server/common/patches/openafs-fill-inode.patch @ 880

Last change on this file since 880 was 846, checked in by andersk, 15 years ago
Apply /afs/andrew.cmu.edu/usr/shadow/fill-inode.diff, fixing the ENOENT bug.
File size: 593 bytes
  • src/afs/LINUX/osi_vnodeops.c

    RCS file: /cvs/openafs/src/afs/LINUX/osi_vnodeops.c,v
    retrieving revision 1.81.2.67
    diff -u -r1.81.2.67 osi_vnodeops.c
     
    743743
    744744    credp = crref();
    745745    code = afs_getattr(vcp, &vattr, credp);
    746     if (!code)
    747         vattr2inode(AFSTOV(vcp), &vattr);
     746    if (!code) 
     747        afs_fill_inode(AFSTOV(vcp), &vattr);
    748748
    749749    AFS_GUNLOCK();
    750750#ifdef AFS_LINUX24_ENV
Note: See TracBrowser for help on using the repository browser.