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 | |
| parent | b7981173969bf9b0206a9b5dff3833eb0e0e9f5f (diff) | |
sys/linux: rename watch_queue.txt to dev_watch_queue.txt
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/linux/dev_watch_queue.txt (renamed from sys/linux/watch_queue.txt) | 0 | ||||
| -rw-r--r-- | sys/linux/dev_watch_queue_386.const (renamed from sys/linux/watch_queue_386.const) | 0 | ||||
| -rw-r--r-- | sys/linux/dev_watch_queue_amd64.const (renamed from sys/linux/watch_queue_amd64.const) | 0 | ||||
| -rw-r--r-- | sys/linux/dev_watch_queue_arm.const (renamed from sys/linux/watch_queue_arm.const) | 0 | ||||
| -rw-r--r-- | sys/linux/dev_watch_queue_arm64.const (renamed from sys/linux/watch_queue_arm64.const) | 0 | ||||
| -rw-r--r-- | sys/linux/dev_watch_queue_mips64le.const (renamed from sys/linux/watch_queue_mips64le.const) | 0 | ||||
| -rw-r--r-- | sys/linux/dev_watch_queue_ppc64le.const (renamed from sys/linux/watch_queue_ppc64le.const) | 0 | ||||
| -rw-r--r-- | sys/syz-extract/extract.go | 2 |
8 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/watch_queue.txt b/sys/linux/dev_watch_queue.txt index c414f184b..c414f184b 100644 --- a/sys/linux/watch_queue.txt +++ b/sys/linux/dev_watch_queue.txt diff --git a/sys/linux/watch_queue_386.const b/sys/linux/dev_watch_queue_386.const index 90ac59cb3..90ac59cb3 100644 --- a/sys/linux/watch_queue_386.const +++ b/sys/linux/dev_watch_queue_386.const diff --git a/sys/linux/watch_queue_amd64.const b/sys/linux/dev_watch_queue_amd64.const index 362ffd18a..362ffd18a 100644 --- a/sys/linux/watch_queue_amd64.const +++ b/sys/linux/dev_watch_queue_amd64.const diff --git a/sys/linux/watch_queue_arm.const b/sys/linux/dev_watch_queue_arm.const index d7850096d..d7850096d 100644 --- a/sys/linux/watch_queue_arm.const +++ b/sys/linux/dev_watch_queue_arm.const diff --git a/sys/linux/watch_queue_arm64.const b/sys/linux/dev_watch_queue_arm64.const index 951644fd3..951644fd3 100644 --- a/sys/linux/watch_queue_arm64.const +++ b/sys/linux/dev_watch_queue_arm64.const diff --git a/sys/linux/watch_queue_mips64le.const b/sys/linux/dev_watch_queue_mips64le.const index 37a14045d..37a14045d 100644 --- a/sys/linux/watch_queue_mips64le.const +++ b/sys/linux/dev_watch_queue_mips64le.const diff --git a/sys/linux/watch_queue_ppc64le.const b/sys/linux/dev_watch_queue_ppc64le.const index b0993c721..b0993c721 100644 --- a/sys/linux/watch_queue_ppc64le.const +++ b/sys/linux/dev_watch_queue_ppc64le.const 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, |
