Files
Ilya Dryomov d57125b55a Revert "ceph: make members in struct ceph_mds_request_args_ext a union"
This reverts commit 3af5ae2203.

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 <idryomov@gmail.com>
Reviewed-by: Xiubo Li <xiubli@redhat.com>
2023-09-18 12:04:50 +02:00
..
2020-03-30 12:42:40 +02:00