Pavel, I couldn't find the original for this patch. Do you have a git tree I can pull them from? I wanted to merge this and your verbosity ioctl patch, and look to see if I had missed others which are already reviewed and ready to merge into for-next On Mon, Dec 5, 2016 at 12:48 AM, Sachin Prabhu <sprabhu@xxxxxxxxxx> wrote: > On Tue, 2016-11-29 at 16:56 -0800, Pavel Shilovsky wrote: >> Cc: Stable <stable@xxxxxxxxxxxxxxx> >> Signed-off-by: Pavel Shilovsky <pshilov@xxxxxxxxxxxxx> > > Acked-by: Sachin Prabhu <sprabhu@xxxxxxxxxx> > >> --- >> fs/cifs/smb2pdu.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/fs/cifs/smb2pdu.c b/fs/cifs/smb2pdu.c >> index 5ca5ea46..730d57b 100644 >> --- a/fs/cifs/smb2pdu.c >> +++ b/fs/cifs/smb2pdu.c >> @@ -280,7 +280,7 @@ smb2_reconnect(__le16 smb2_command, struct >> cifs_tcon *tcon) >> case SMB2_CHANGE_NOTIFY: >> case SMB2_QUERY_INFO: >> case SMB2_SET_INFO: >> - return -EAGAIN; >> + rc = -EAGAIN; >> } >> unload_nls(nls_codepage); >> return rc; > > -- > To unsubscribe from this list: send the line "unsubscribe linux-cifs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html