1. NAME

add_taint -

2. SYNOPSIS

void add_taint(unsigned  flag , enum lockdep_ok  lockdep_ok );

3. ARGUMENTS

flag
    one of the TAINT_* constants.

lockdep_ok
    whether lock debugging is still OK.

4. DESCRIPTION

If something bad has gone wrong, youAqll want lockdebug_ok = false, but for some notewortht-but-not-corrupting cases, it can be set to true.

5. COPYRIGHT