diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-06-11 00:21:03 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2020-06-12 18:42:12 +0200 |
| commit | 4ece6be9e2e69f89ef011fe7647ec6efdfbe9df1 (patch) | |
| tree | 17303207ad11fc649f907f2a584c3009d4327261 /sys/syz-extract | |
| parent | b7981173969bf9b0206a9b5dff3833eb0e0e9f5f (diff) | |
sys/linux: rename watch_queue.txt to dev_watch_queue.txt
Diffstat (limited to 'sys/syz-extract')
| -rw-r--r-- | sys/syz-extract/extract.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go index 168f4aa0f..22cd44402 100644 --- a/sys/syz-extract/extract.go +++ b/sys/syz-extract/extract.go @@ -250,7 +250,7 @@ func archFileList(os, arch string, files []string) (string, []string, []string, // Not upstream, generated on unknown tree. "futex.txt": true, // Was in linux-next, but then was removed, fate is unknown. - "watch_queue.txt": true, + "dev_watch_queue.txt": true, } androidFiles := map[string]bool{ "dev_tlk_device.txt": true, |
