diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-07 20:57:53 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-15 18:53:45 -0700 |
commit | 0bef21e8543dda7f02b5f4cb3008a7292d249842 (patch) | |
tree | 2ac14db6288588ed28d691053be1f1d5e6624965 /lib/mount_util.h | |
parent | 86b261490611ffb0ccd46d3f0f2ae9eca9ae98af (diff) | |
download | libfuse-0bef21e8543dda7f02b5f4cb3008a7292d249842.tar.gz |
Removed -o nonempty option
This brings the default behavior in-line with that of the
regular `mount` command.
Diffstat (limited to 'lib/mount_util.h')
-rw-r--r-- | lib/mount_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mount_util.h b/lib/mount_util.h index dc5c916..55c6c5e 100644 --- a/lib/mount_util.h +++ b/lib/mount_util.h @@ -14,6 +14,4 @@ int fuse_mnt_remove_mount(const char *progname, const char *mnt); int fuse_mnt_umount(const char *progname, const char *abs_mnt, const char *rel_mnt, int lazy); char *fuse_mnt_resolve_path(const char *progname, const char *orig); -int fuse_mnt_check_empty(const char *progname, const char *mnt, - mode_t rootmode, off_t rootsize); int fuse_mnt_check_fuseblk(void); |