Whamcloud - gitweb
- temporary disable type check
[fs/lustre-release.git] / lustre / smfs / audit.c
index cb5bf32..2f365c9 100644 (file)
@@ -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: