From e5586418a81e8920d3879756d0b87b08f80d497e Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 9 Sep 2005 00:59:53 +0000 Subject: [PATCH] b=8654 debug for audit issues on MDS --- lustre/mds/mds_audit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/mds/mds_audit.c b/lustre/mds/mds_audit.c index 3c6c0f3..1ec9964 100644 --- a/lustre/mds/mds_audit.c +++ b/lustre/mds/mds_audit.c @@ -248,7 +248,8 @@ int mds_set_audit(struct obd_device * obd, void * val) dentry = mds_id2dentry(obd, &msg->id, NULL); if (IS_ERR(dentry)) { - CERROR("Cannot get dentry\n"); + CERROR("Cannot get dentry "DLID4" err=%li\n", OLID4(&msg->id), + PTR_ERR(dentry)); RETURN(PTR_ERR(dentry)); } -- 1.8.3.1