From f74b5b6751d6168546d6f35e7da5761d6174dcef Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 19 Aug 2005 10:31:51 +0000 Subject: [PATCH] - temporary disable type check --- lustre/smfs/audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/smfs/audit.c b/lustre/smfs/audit.c index cb5bf32..2f365c9 100644 --- a/lustre/smfs/audit.c +++ b/lustre/smfs/audit.c @@ -568,7 +568,7 @@ int audit_client_log(struct super_block * sb, struct audit_msg * msg) /* check id is valid */ LASSERT(id_ino(&msg->id)); LASSERT(id_fid(&msg->id)); - LASSERT(id_type(&msg->id) & S_IFMT); + //LASSERT(id_type(&msg->id) & S_IFMT); switch (msg->code) { case AUDIT_READ: -- 1.8.3.1