chiark / gitweb /
path-util: don't eat up ENOENT in path_is_mount_point()
authorLennart Poettering <lennart@poettering.net>
Sun, 5 Apr 2015 09:26:58 +0000 (11:26 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 06:50:10 +0000 (07:50 +0100)
commit9c9d36f9678578d2d321cb18ff31b2e1c224a63a
treed3ac33f7ff24143a52c0b6a19a0cd5e4772f0798
parentc8d29ad604bd26ada96fd72b260ab050dc7afda1
path-util: don't eat up ENOENT in path_is_mount_point()

There's no reason to eat up ENOENT, it should be OK to simply report the
error back.
src/shared/path-util.c