]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
If the inode is not allocated, don't bother updating timestamps.
authorNickolai Zeldovich <kolya@mit.edu>
Mon, 29 Apr 2002 20:13:25 +0000 (20:13 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Mon, 29 Apr 2002 20:13:25 +0000 (20:13 +0000)
Pointed out by Frank.Batschulat@Sun.COM.

(cherry picked from commit a31928815796bcbd1acf3005a0f628a21bbb0d8a)

src/afs/SOLARIS/osi_inode.c

index 4d1f312cfa67e16ad817884cb6836809d9fde948..e3584dc776395683385cd6057d78cf621d09ccab 100644 (file)
@@ -106,7 +106,6 @@ igetinode(vfsp, dev, inode, ipp, credp,perror)
     
     if (ip->i_mode == 0) {
        /* Not an allocated inode */
-       AFS_ITIMES(ip);
        rw_exit(&ip->i_contents);
        VN_RELE(ITOV(ip));
        return (ENOENT);