Merge patch series "adfs, affs, befs, hfs, hfsplus: convert to new mount api"
authorChristian Brauner <brauner@kernel.org>
Wed, 18 Sep 2024 09:44:58 +0000 (11:44 +0200)
committerChristian Brauner <brauner@kernel.org>
Tue, 8 Oct 2024 12:41:53 +0000 (14:41 +0200)
commit5b00a0f96d0ad39f2551ffdf00e39d4d0ad23795
tree194b793cbb216a42908a4a1ea97830d74a373a17
parent8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b
parent432f7c78cb000a3151fa0d39585b000312f50d7e
Merge patch series "adfs, affs, befs, hfs, hfsplus: convert to new mount api"

Eric Sandeen <sandeen@redhat.com> says:

These were all tested against images I created or obtained, using a
script to test random combinations of valid and invalid mount and
remount options, and comparing the results before and after the changes.

AFAICT, all parsing works as expected and behavior is unchanged.

* patches from https://lore.kernel.org/r/20240916172735.866916-1-sandeen@redhat.com:
  hfsplus: convert hfsplus to use the new mount api
  hfs: convert hfs to use the new mount api
  befs: convert befs to use the new mount api
  affs: convert affs to use the new mount api
  adfs: convert adfs to use the new mount api

Link: https://lore.kernel.org/r/20240916172735.866916-1-sandeen@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>