]> git.ipfire.org Git - thirdparty/systemd.git/commit
fstab-generator: get rid of fstab_extract_values() 18955/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 11 Mar 2021 10:10:32 +0000 (11:10 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 11 Mar 2021 10:25:15 +0000 (11:25 +0100)
commitd6cef552dcb4764a89269ce9603eb21f348d911a
treece40e5a18e760bdcda7c9910bddab759fd0829b2
parentff0c31bc2722eed528eae6644a104e85ed97f2f1
fstab-generator: get rid of fstab_extract_values()

This was a parallel implementation of option parsing that didn't
support escaping of separators. Let's port this over to the common code.

Fixes #18952.
src/fstab-generator/fstab-generator.c
src/shared/fstab-util.c
src/shared/fstab-util.h