mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 15:51:30 +08:00
fuse_release.cpp
This commit is contained in:
parent
5985f70373
commit
4ab755cd3b
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user