mirror of
https://github.com/vgough/encfs.git
synced 2024-11-29 11:23:52 +01:00
Typo
This commit is contained in:
parent
e0b2ad8f66
commit
a54331c568
@ -784,8 +784,8 @@ static void *idleMonitor(void *_arg) {
|
|||||||
RLOG(WARNING) << "Filesystem inactive, but " << openCount
|
RLOG(WARNING) << "Filesystem inactive, but " << openCount
|
||||||
<< " files opened: " << arg->opts->mountPoint;
|
<< " files opened: " << arg->opts->mountPoint;
|
||||||
} else {
|
} else {
|
||||||
/* try to lock the mount point to give an oportunity to handle races
|
/* try to lock the mount point to give an oportunity to handle races
|
||||||
with an automated tool or script using --idle. */
|
with an automated tool or script using --idle. */
|
||||||
int fdlock = open(arg->opts->mountPoint.c_str(),O_RDONLY);
|
int fdlock = open(arg->opts->mountPoint.c_str(),O_RDONLY);
|
||||||
if (flock(fdlock, LOCK_EX|LOCK_NB) == -1) {
|
if (flock(fdlock, LOCK_EX|LOCK_NB) == -1) {
|
||||||
RLOG(WARNING) << "Filesystem inactive, but "
|
RLOG(WARNING) << "Filesystem inactive, but "
|
||||||
|
Loading…
Reference in New Issue
Block a user