commit | 92d7ee5a0964fe95dfa4616ff66bd5f2526049c0 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Thu Sep 22 10:37:07 2022 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Sep 22 10:37:07 2022 +0200 |
tree | a2e2d3a4846bf43bed802bfce566104f693f8491 | |
parent | 54dc1bc6470cc0f3929090d2c6fe420b0b1726e6 [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>