fuse: add missing FR_FORCE
am: d4a8db66b9
Change-Id: I0ab1ff44762da9ee940038bb84dfbc74af15c637
This commit is contained in:
commit
a9dc0b8fa0
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ static void fuse_file_put(struct fuse_file *ff, bool sync)
|
||||||
iput(req->misc.release.inode);
|
iput(req->misc.release.inode);
|
||||||
fuse_put_request(ff->fc, req);
|
fuse_put_request(ff->fc, req);
|
||||||
} else if (sync) {
|
} else if (sync) {
|
||||||
|
__set_bit(FR_FORCE, &req->flags);
|
||||||
__clear_bit(FR_BACKGROUND, &req->flags);
|
__clear_bit(FR_BACKGROUND, &req->flags);
|
||||||
fuse_request_send(ff->fc, req);
|
fuse_request_send(ff->fc, req);
|
||||||
iput(req->misc.release.inode);
|
iput(req->misc.release.inode);
|
||||||
|
|
Loading…
Add table
Reference in a new issue