Whamcloud - gitweb
b=9300
authortappro <tappro>
Mon, 12 Sep 2005 14:48:33 +0000 (14:48 +0000)
committertappro <tappro>
Mon, 12 Sep 2005 14:48:33 +0000 (14:48 +0000)
turn off pathname restoring for debug purpose

lustre/smfs/audit_transfer.c

index 59db856..0436ce2 100644 (file)
@@ -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;