diff --git a/lustre/llite/file.c b/lustre/llite/file.c
index c993a2e3d849fa914589d307b87854a3d1eecc39..1d3c764a1c5b7fb1489c517fc5d9e8eeab864dae 100644
--- a/lustre/llite/file.c
+++ b/lustre/llite/file.c
@@ -1860,10 +1860,10 @@ int ll_inode_revalidate_it(struct dentry *dentry)
 
         ll_lookup_finish_locks(&oit, dentry);
         
-        /*
+        
         if (!req && (oit.it_op & IT_GETATTR))
                 ll_audit_log(inode, AUDIT_STAT, 0);
-        */
+        
         if (!LLI_HAVE_FLSIZE(inode)) {
                 /* if object not yet allocated, don't validate size */
                 lsm = lli->lli_smd;
diff --git a/lustre/llite/namei.c b/lustre/llite/namei.c
index 1431105f91d0357a1b3882be2e5ab86099be24ed..886c4a8a4c28ed16aa54b92567e5fd34242aa635 100644
--- a/lustre/llite/namei.c
+++ b/lustre/llite/namei.c
@@ -409,10 +409,10 @@ static struct dentry *ll_lookup_it(struct inode *parent, struct dentry *dentry,
         }
 
         ll_lookup_finish_locks(it, dentry);
-        /*
+        
         if (!req && (it->it_op & IT_GETATTR) && dentry->d_inode)
                 ll_audit_log(dentry->d_inode, AUDIT_STAT, 0);
-        */
+        
         if (nd && dentry->d_inode != NULL &&
             dentry->d_inode->i_mode & S_ISUID && S_ISDIR(dentry->d_inode->i_mode) &&
             ((gns_flags & LOOKUP_CONTINUE) || (gns_it & (IT_CHDIR | IT_OPEN))))