From 263a3d03562358e0bfd86cfed52447bf9f3b38b7 Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 9 Sep 2005 04:41:20 +0000 Subject: [PATCH] b=8654 debug for audit setting --- lustre/llite/llite_audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/llite_audit.c b/lustre/llite/llite_audit.c index 2ea1005..33e3fcc 100644 --- a/lustre/llite/llite_audit.c +++ b/lustre/llite/llite_audit.c @@ -46,7 +46,7 @@ int ll_set_audit(struct inode * inode, __u64 arg) msg.attr = arg; msg.id = lli->lli_id; - //set audit on MDS (fs/dir/file) + CWARN("Set audit %x for "DLID4"\n", (__u32)arg, OLID4(&lli->lli_id)); rc = obd_set_info(exp, 5, "audit", sizeof(msg), &msg); //if fs audit is being set for fs then pass attr to all OSS -- 1.8.3.1