udf: convert to new mount API
authorEric Sandeen <sandeen@redhat.com>
Tue, 20 Feb 2024 21:44:52 +0000 (15:44 -0600)
committerJan Kara <jack@suse.cz>
Wed, 21 Feb 2024 12:55:30 +0000 (13:55 +0100)
commitc4e89cc674ac36743f9c28db8c1b565039e9e08b
treedc23d27719198c6eaff093d588ba460feaa63e93
parent7a8e72c16e734f2ccdfe8d86bcd2e176aa5e978a
udf: convert to new mount API

Convert the UDF filesystem to the new mount API.

UDF is slightly unique in that it always preserves prior mount
options across a remount, so that's handled by udf_init_options().

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <fcb3faf3-e2df-450c-b37a-11000c274585@redhat.com>
fs/udf/super.c