commit | 454a7613f54e64a36b257812ae879ef8567c675e | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Tue Sep 10 15:04:08 2019 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Tue Sep 10 16:29:48 2019 +0200 |
tree | a622149561f419e69aaa79a979e57accb0bd400c | |
parent | c500ebaa908dbf6b3c562778a25d7e945b04f40f [diff] |
fuse: add noreply to fuse_args This will be used by fuse_force_forget(). We can expand fuse_request_send() into fuse_simple_request(). The FR_WAITING bit has already been set, no need to check. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>