]> git.hungrycats.org Git - linux/commit
openpromfs: finish conversion to the new mount API
authorEric Sandeen <sandeen@redhat.com>
Fri, 1 Mar 2024 22:33:11 +0000 (16:33 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2024 07:48:56 +0000 (09:48 +0200)
commitc79efc4bfa1c8e3e0ac50209ad9daad240e34933
treed9b39fdad43bd9bd9a59149ffa06c2fdff8a0364
parenta06725cb75110f0c0ae39fb8fb2f7104142224c5
openpromfs: finish conversion to the new mount API

[ Upstream commit 8f27829974b025d4df2e78894105d75e3bf349f0 ]

The original mount API conversion inexplicably left out the change
from ->remount_fs to ->reconfigure; do that now.

Fixes: 7ab2fa7693c3 ("vfs: Convert openpromfs to use the new mount API")
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Link: https://lore.kernel.org/r/90b968aa-c979-420f-ba37-5acc3391b28f@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/openpromfs/inode.c