diff options
author | Ilya Dryomov <[email protected]> | 2023-09-18 10:44:08 +0200 |
---|---|---|
committer | Ilya Dryomov <[email protected]> | 2023-09-18 12:04:50 +0200 |
commit | d57125b55a292a8e74a1fb17182576a3b2b2e795 (patch) | |
tree | 227c7b4b5aa5bcfa94f0a6c1c6c9f53fe24f47d8 /scripts/generate_rust_analyzer.py | |
parent | 2816a09678f50fc6a69e742e90cb1fd7a9f1f9ff (diff) |
Revert "ceph: make members in struct ceph_mds_request_args_ext a union"
This reverts commit 3af5ae22030cb59fab4fba35f5a2b62f47e14df9.
ceph_mds_request_args_ext was already (and remains to be) a union. An
additional anonymous union inside is bogus:
union ceph_mds_request_args_ext {
union {
union ceph_mds_request_args old;
struct { ... } __attribute__ ((packed)) setattr_ext;
};
}
Signed-off-by: Ilya Dryomov <[email protected]>
Reviewed-by: Xiubo Li <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions