autofs: refactor parse_options()
authorIan Kent <raven@themaw.net>
Fri, 22 Sep 2023 04:12:12 +0000 (12:12 +0800)
committerChristian Brauner <brauner@kernel.org>
Fri, 22 Sep 2023 08:14:59 +0000 (10:14 +0200)
commit9b2731666d1d46bb476df6e4f2ec9a776ad7a507
tree9e41f75f290e1d092a068373c96b44ce8ac1bdb5
parent7efd93ea790ec64221458bbb0705ccba54beab0e
autofs: refactor parse_options()

Seperate out parts of parse_options() that will match better the
individual option processing used in the mount API to further simplify
the upcoming conversion.

Signed-off-by: Ian Kent <raven@themaw.net>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
Message-Id: <20230922041215.13675-6-raven@themaw.net>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/autofs/inode.c