block: add BIO_NO_PAGE_REF flag
[linux-2.6-microblaze.git] / kernel / auditfilter.c
index 26a80a9..63f8b3f 100644 (file)
@@ -670,7 +670,7 @@ static struct audit_rule_data *audit_krule_to_data(struct audit_krule *krule)
                                data->values[i] = AUDIT_UID_UNSET;
                                break;
                        }
-                       /* fallthrough if set */
+                       /* fall through - if set */
                default:
                        data->values[i] = f->val;
                }
@@ -1355,7 +1355,7 @@ int audit_filter(int msgtype, unsigned int listtype)
                                if (f->lsm_rule) {
                                        security_task_getsecid(current, &sid);
                                        result = security_audit_rule_match(sid,
-                                                       f->type, f->op, f->lsm_rule, NULL);
+                                                  f->type, f->op, f->lsm_rule);
                                }
                                break;
                        case AUDIT_EXE: