diff --git a/sys/linux/watch_queue.txt b/sys/linux/dev_watch_queue.txt similarity index 100% rename from sys/linux/watch_queue.txt rename to sys/linux/dev_watch_queue.txt diff --git a/sys/linux/watch_queue_386.const b/sys/linux/dev_watch_queue_386.const similarity index 100% rename from sys/linux/watch_queue_386.const rename to sys/linux/dev_watch_queue_386.const diff --git a/sys/linux/watch_queue_amd64.const b/sys/linux/dev_watch_queue_amd64.const similarity index 100% rename from sys/linux/watch_queue_amd64.const rename to sys/linux/dev_watch_queue_amd64.const diff --git a/sys/linux/watch_queue_arm.const b/sys/linux/dev_watch_queue_arm.const similarity index 100% rename from sys/linux/watch_queue_arm.const rename to sys/linux/dev_watch_queue_arm.const diff --git a/sys/linux/watch_queue_arm64.const b/sys/linux/dev_watch_queue_arm64.const similarity index 100% rename from sys/linux/watch_queue_arm64.const rename to sys/linux/dev_watch_queue_arm64.const diff --git a/sys/linux/watch_queue_mips64le.const b/sys/linux/dev_watch_queue_mips64le.const similarity index 100% rename from sys/linux/watch_queue_mips64le.const rename to sys/linux/dev_watch_queue_mips64le.const diff --git a/sys/linux/watch_queue_ppc64le.const b/sys/linux/dev_watch_queue_ppc64le.const similarity index 100% rename from sys/linux/watch_queue_ppc64le.const rename to sys/linux/dev_watch_queue_ppc64le.const diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go index 168f4aa0..22cd4440 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,