[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <73552a5120ff0a49a5e046a08c6c57f4@manguebit.com>
Date: Tue, 17 Sep 2024 18:04:37 -0300
From: Paulo Alcantara <pc@...guebit.com>
To: Pali Rohár <pali@...nel.org>, Steve French
<sfrench@...ba.org>
Cc: linux-cifs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] cifs: Fix getting reparse points from server without
WSL support
Pali Rohár <pali@...nel.org> writes:
> Paulo, please look at this patch as it is related to WSL attributes
> which you introduced in the mentioned commit. I think that the proper
> fix should be to change SMB2_OP_QUERY_WSL_EA code to not trigger that
> -EOPNOTSUPP error which is delivered to userspace. I just checked that
> this my patch works fine for Native NTFS symlinks and NFS-style reparse
> point special files.
Thanks for the patch. The problem is that the client is considering
that the entire compound request failed when the server doesn't support
EA. The client should still parse the rest of the response that
contains the getinfo and get reparse info data.
Powered by blists - more mailing lists