Skip to content
Unverified Commit 42b0f8da authored by Christian Brauner's avatar Christian Brauner
Browse files

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: default avatarDmitry V. Levin <ldv@strace.io>
Link: https://lore.kernel.org/r/20240730164554.GA18486@altlinux.org


Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent f71aa063
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment