efs: fix the efs new mount api implementation
authorBill O'Donnell <bodonnel@redhat.com>
Mon, 14 Oct 2024 19:02:41 +0000 (14:02 -0500)
committerChristian Brauner <brauner@kernel.org>
Tue, 15 Oct 2024 13:58:36 +0000 (15:58 +0200)
commit51ceeb1a8142537b9f65aeaac6c301560a948197
treecf5c71fd64b8f375db0558b9463f726dfae405d3
parentc1a6b0fc0400f220d110ae17b63a0de5fe82f3b3
efs: fix the efs new mount api implementation

Commit 39a6c668e4 (efs: convert efs to use the new mount api)
did not include anything from v2 and v3 that were also submitted.
Fix this by bringing in those changes that were proposed in v2 and
v3.

Fixes: 39a6c668e4 efs: convert efs to use the new mount api.

Signed-off-by: Bill O'Donnell <bodonnel@redhat.com>
Link: https://lore.kernel.org/r/20241014190241.4093825-1-bodonnel@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/efs/super.c