]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/mount/mount-tool.c
mount: do not require that the specified directory exists
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 30 Nov 2017 16:27:53 +0000 (01:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 2 Dec 2017 15:29:03 +0000 (00:29 +0900)
commitf4938c2ea523336b11572af6111acd07107fa3dd
treec3d58fc8b322c44386fde42a2939018a93210745
parent6442c2109c18af9fd208b2631cacaf1347c384a7
mount: do not require that the specified directory exists

If the specified direcotry does not exist, then systemd creates it
when the mount unit starts. So, it is not necessary to check the
existence in the client tool.
src/mount/mount-tool.c