aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:03:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:03:50 +0000
commit79b50dae7b173cd2419a107af88148f45493aa71 (patch)
tree5b2a88e9dbfa392961991438805e34498b9a3bfc
parent87020d212aaacb6c28533f0ecae59a3143ce8c6a (diff)
parent09e987ffc32c1863f7ca117e137f8374baa14f72 (diff)
downloadlibfuse-simpleperf-release.tar.gz
Snap for 11510257 from 09e987ffc32c1863f7ca117e137f8374baa14f72 to simpleperf-releasesimpleperf-release
Change-Id: I7903d85501a22f7f6d348881f3d17bc3b3f7e80d
-rw-r--r--include/fuse_kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_kernel.h b/include/fuse_kernel.h
index 7928a2f..a88d89d 100644
--- a/include/fuse_kernel.h
+++ b/include/fuse_kernel.h
@@ -718,8 +718,8 @@ struct fuse_read_in {
struct fuse_read_out {
uint64_t offset;
- uint32_t size;
uint32_t again;
+ uint32_t padding;
};
struct fuse_passthrough_out_v0 {