From 4ea6ef7c048b2e2531b4cbe1a5c1173a698865b3 Mon Sep 17 00:00:00 2001 From: tappro Date: Tue, 13 Sep 2005 11:12:39 +0000 Subject: [PATCH] b=8654 - cut&paste bug in previous commit --- lustre/llite/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 03a7c05..5074abb 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -1860,7 +1860,7 @@ int ll_inode_revalidate_it(struct dentry *dentry) ll_lookup_finish_locks(&oit, dentry); - if (!req && (it->it_op & IT_GETATTR)) + if (!req && (oit.it_op & IT_GETATTR)) ll_audit_log(inode, AUDIT_STAT, 0); if (!LLI_HAVE_FLSIZE(inode)) { -- 1.8.3.1