]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
UBUNTU: SAUCE: shiftfs: pass correct point down
authorChristian Brauner <christian@brauner.io>
Fri, 19 Jul 2019 15:50:47 +0000 (17:50 +0200)
committerPaolo Pisati <paolo.pisati@canonical.com>
Tue, 2 Nov 2021 07:24:46 +0000 (08:24 +0100)
commit26d1a2e402668c81dcd8f06b27707b6e4dfc209c
tree068f8422db6decb12e59d7f375c7667d5d9244ad
parent71d7f9d93ff9aabc44ea31c8882f9deb633e3f1b
UBUNTU: SAUCE: shiftfs: pass correct point down

BugLink: https://bugs.launchpad.net/bugs/1837231
This used to pass an unsigned long to copy_from_user() instead of a
void __user * pointer. This will produce warning with a sufficiently
advanced compiler.

Cc: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/shiftfs.c