diff options
author | Christian Brauner <brauner@kernel.org> | 2024-07-31 08:47:27 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-08-12 23:03:26 +0300 |
commit | 42b0f8da3acc87953161baeb24f756936eb4d4b2 (patch) | |
tree | 0186c858ae00c26f0ee70c14a75ae438e1f1b451 /tools/perf/scripts/python/task-analyzer.py | |
parent | f71aa06398aabc2e3eaac25acdf3d62e0094ba70 (diff) | |
download | linux-42b0f8da3acc87953161baeb24f756936eb4d4b2.tar.xz |
nsfs: fix ioctl declaration
The kernel is writing an object of type __u64, so the ioctl has to be
defined to _IOR(NSIO, 0x5, __u64) instead of _IO(NSIO, 0x5).
Reported-by: Dmitry V. Levin <ldv@strace.io>
Link: https://lore.kernel.org/r/20240730164554.GA18486@altlinux.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions