mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-04 00:53:14 +08:00
Add option to lazy umount target mount point
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user