diff options
author | Laszlo Ersek <lersek@redhat.com> | 2020-12-16 22:11:14 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-12-21 17:16:23 +0000 |
commit | 867cb9f60caf35d44600b6bdc3dc5252b83de9a1 (patch) | |
tree | f8b12757557522865e1b7cbdc8abcddebc46e6c2 /BaseTools/Source/Python/Ecc | |
parent | eb0b79586feaa448136f023575ea3c8916381136 (diff) | |
download | edk2-867cb9f60caf35d44600b6bdc3dc5252b83de9a1.tar.gz edk2-867cb9f60caf35d44600b6bdc3dc5252b83de9a1.tar.bz2 edk2-867cb9f60caf35d44600b6bdc3dc5252b83de9a1.zip |
OvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Flush()
For directories, implement EFI_FILE_PROTOCOL.Flush() by sending the
FUSE_FSYNCDIR command to the Virtio Filesystem device.
For regular files, send FUSE_FLUSH, followed by FUSE_FSYNC.
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3097
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20201216211125.19496-38-lersek@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Diffstat (limited to 'BaseTools/Source/Python/Ecc')
0 files changed, 0 insertions, 0 deletions