On Tuesday 10 December 2024 10:19:26 Paulo Alcantara wrote: > Pali Rohár <pali@xxxxxxxxxx> writes: > > > Ok. Would you have a time to prepare a patch? I have still feeling that > > the smb2_compound_op() code and EAs code is rather complicated for me. > > I would like if somebody else could look at it, as I have feeling if I > > try to do it, it can end up with something more broken... > > Yeah, it's a bit tricky. I'll let you know when I have patch so I can > try it against your old servers. I looked at that code and it looks to be really more complicated to implement partial parsing of the reply, as compound code is bound to many places and code paths. Meanwhile I have tried to implement a new version to retry the call without querying EAs when server returns that EAs on specific paths are unsupported: https://patchwork.kernel.org/project/cifs-client/patch/20241224131859.3457-1-pali@xxxxxxxxxx/ I think that this approach should now work correctly.