mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fuse_release.cpp
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "fs_close.hpp"
|
||||
#include "fs_fadvise.hpp"
|
||||
#include "ugid.hpp"
|
||||
#include "passthrough.hpp"
|
||||
|
||||
#include "fuse.h"
|
||||
|
||||
@@ -41,7 +42,7 @@ namespace l
|
||||
fs::fadvise_dontneed(fi_->fd);
|
||||
}
|
||||
|
||||
if(fi_->fusepath.empty());
|
||||
|
||||
|
||||
if(fi_->backing_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user