diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-08-19 23:33:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-19 23:33:49 +0300 |
commit | 29272c04a73b00b5420ee686d73c3bc74d29d169 (patch) | |
tree | 4d6b0f3be155284a71a3024d54738c8f6054caf7 /src/basic | |
parent | 16d901e251dc51162bcdda25b4be8eea964ed548 (diff) | |
parent | 450442cf93375af58161c1a9b973e3dfba60cba0 (diff) |
Merge pull request #3909 from poettering/mount-tool
add a new tool for creating transient mount and automount units
Diffstat (limited to 'src/basic')
-rw-r--r-- | src/basic/mount-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c index 28dc778969..bfa04394fe 100644 --- a/src/basic/mount-util.c +++ b/src/basic/mount-util.c @@ -75,7 +75,6 @@ static int fd_fdinfo_mnt_id(int fd, const char *filename, int flags, int *mnt_id return safe_atoi(p, mnt_id); } - int fd_is_mount_point(int fd, const char *filename, int flags) { union file_handle_union h = FILE_HANDLE_INIT, h_parent = FILE_HANDLE_INIT; int mount_id = -1, mount_id_parent = -1; |