From ea7c7e592adcec3c0cc103058b54e7a2aedd950a Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 12 Sep 2005 14:48:33 +0000 Subject: [PATCH] b=9300 turn off pathname restoring for debug purpose --- lustre/smfs/audit_transfer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/smfs/audit_transfer.c b/lustre/smfs/audit_transfer.c index 59db856..0436ce2 100644 --- a/lustre/smfs/audit_transfer.c +++ b/lustre/smfs/audit_transfer.c @@ -157,7 +157,7 @@ transfer_record(struct obd_device *obd, struct audit_record *rec, int type, void break; } - if (audit_id2name) { + if (0 && audit_id2name) { char *name = NULL; struct lustre_id id; int namelen = 0; -- 1.8.3.1