also fixed one minor typo in the patch (missing space) On Wed, Mar 23, 2022 at 10:17 AM Paulo Alcantara <pc@xxxxxx> wrote: > > Ronnie Sahlberg <lsahlber@xxxxxxxxxx> writes: > > > This will reduce the number of Open/Close we send on the wire and replace > > a Open/GetInfo/Close compound with just a simple GetInfo request > > IF we have a cached handle for the object. > > > > Signed-off-by: Ronnie Sahlberg <lsahlber@xxxxxxxxxx> > > --- > > fs/cifs/smb2ops.c | 45 +++++++++++++++++++++++++++++++++++---------- > > 1 file changed, 35 insertions(+), 10 deletions(-) > > Reviewed-by: Paulo Alcantara (SUSE) <pc@xxxxxx> -- Thanks, Steve