diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-03-16 11:18:40 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-03-16 15:11:05 +0100 |
| commit | 46cc3b2193a3be0e0043d9cb98af1121aeebf09d (patch) | |
| tree | adb896e692d32bd340d27494e51cfa05718100de /sys/syz-extract | |
| parent | 3f1e91ed11e657c596a375b100695a8b4e0d6e37 (diff) | |
sys/linux: update watch queue descriptions
The interface has significantly changed since the first version.
Update to the upstreammed interface.
Fixes #3030
Diffstat (limited to 'sys/syz-extract')
| -rw-r--r-- | sys/syz-extract/extract.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go index 42fb1b008..78666ac3f 100644 --- a/sys/syz-extract/extract.go +++ b/sys/syz-extract/extract.go @@ -267,8 +267,6 @@ func archFileList(os, arch string, files []string) (string, []string, []string, manualFiles := map[string]bool{ // Not upstream, generated on https://github.com/multipath-tcp/mptcp_net-next "vnet_mptcp.txt": true, - // Was in linux-next, but then was removed, fate is unknown. - "dev_watch_queue.txt": true, // Not upstream, generated on: // https://chromium.googlesource.com/chromiumos/third_party/kernel d2a8a1eb8b86 "dev_bifrost.txt": true, |
