Add option to lazy umount target mount point

This commit is contained in:
Antonio SJ Musumeci
2023-02-01 23:05:45 -05:00
parent 9a6b7835f4
commit 9adddfc66d
10 changed files with 103 additions and 9 deletions

View File

@ -2,7 +2,6 @@
ISC License
Copyright (c) 2022, Antonio SJ Musumeci <trapexit@spawn.link>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
@ -22,6 +21,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <cstdlib>
#include <mutex>
#include <stack>