]> git.ipfire.org Git - thirdparty/systemd.git/commit
fstab-generator: ignore x-systemd.device-timeout for non-devices (#6368)
authorNeilBrown <neil@brown.name>
Mon, 17 Jul 2017 08:03:34 +0000 (18:03 +1000)
committerLennart Poettering <lennart@poettering.net>
Mon, 17 Jul 2017 08:03:34 +0000 (10:03 +0200)
commitc67bd1f758f087496741ce0b3e227d82c6b4a304
tree2a6db919c7221e020372bb4eb2b9b42c353a8db1
parent0b9b1771c671040032abcf9a87c2d687247385ce
fstab-generator: ignore x-systemd.device-timeout for non-devices (#6368)

If you specify "x-systemd.device-timeout" for an NFS mount
point, you get no warning and a meaningless device unit
dependency created.

Better to have a warning and no dependency.
src/shared/generator.c