mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
fuse: add missing FR_FORCE
am: 1e6be9c19c
Change-Id: Icc9f5565020d89e462247beb0246a9b69a71f50c
This commit is contained in:
@@ -100,6 +100,7 @@ static void fuse_file_put(struct fuse_file *ff, bool sync)
|
||||
iput(req->misc.release.inode);
|
||||
fuse_put_request(ff->fc, req);
|
||||
} else if (sync) {
|
||||
__set_bit(FR_FORCE, &req->flags);
|
||||
__clear_bit(FR_BACKGROUND, &req->flags);
|
||||
fuse_request_send(ff->fc, req);
|
||||
iput(req->misc.release.inode);
|
||||
|
||||
Reference in New Issue
Block a user