Whamcloud - gitweb
prevent null_audit case
authortappro <tappro>
Sat, 17 Sep 2005 01:09:18 +0000 (01:09 +0000)
committertappro <tappro>
Sat, 17 Sep 2005 01:09:18 +0000 (01:09 +0000)
lustre/smfs/audit_transfer.c

index 301d59e..8b086e2 100644 (file)
@@ -221,7 +221,7 @@ transfer_record(struct obd_device *obd, struct audit_record *rec, int type, void
         
         CDEBUG(D_INFO, "%s\n", buf);
 
-        if (!trp->null)
+        //if (!trp->null)
                 printk("%s\n", buf);
 
         RETURN(0);