workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock()
[deliverable/linux.git] / scripts / get_maintainer.pl
index 18d4ab55606bcb1ee41d2b7d0cb32afbf06163d9..ce4cc837b74890e8ad973242718d1050e1f909c1 100755 (executable)
@@ -611,6 +611,10 @@ sub get_maintainers {
                                    $hash{$tvi} = $value_pd;
                                }
                            }
+                       } elsif ($type eq 'K') {
+                           if ($file =~ m/$value/x) {
+                               $hash{$tvi} = 0;
+                           }
                        }
                    }
                }
This page took 0.025494 seconds and 5 git commands to generate.