commit | 0eaf78793a25354345d4095eeb519ff64bf0f8af | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Mon Sep 19 15:51:03 2022 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Mon Sep 19 15:51:03 2022 +0200 |
tree | 0ea948547d5ac1385b1ce27a291b34ba4783939c | |
parent | 1d73ef2e04cce434535a5e136c98b9d997c9f322 [diff] |
fuse: implement ->tmpfile() This is basically equivalent to the FUSE_CREATE operation which creates and opens a regular file. Add a new FUSE_TMPFILE operation, otherwise just reuse the protocol and the code for FUSE_CREATE. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>