]> git.ipfire.org Git - thirdparty/linux.git/commit
alpha: switch osf_mount() to strndup_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 14 Dec 2025 08:26:56 +0000 (03:26 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 16 Jan 2026 17:52:04 +0000 (12:52 -0500)
commit9b323d2f474071cc6c627f73af301ba6f5e2b83f
tree559b29470967b9cb1378a0184f27193ae1d1a263
parent39537a335a61894bbfd3dbb413f0c52bdf03772e
alpha: switch osf_mount() to strndup_user()

... same as native mount(2) is doing for devname argument.  While we
are at it, fix misspelling ufs_args as cdfs_args in osf_ufs_mount() -
layouts are identical, so it doesn't change anything, but the current
variant is confusing for no reason.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/alpha/kernel/osf_sys.c