commit | 8e408fc9fd48664495147a4213467d99a8922c9d | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Wed Jul 15 08:18:05 2020 +1000 |
committer | Steve French <stfrench@microsoft.com> | Sun Aug 02 18:00:25 2020 -0500 |
tree | f5965c8ff6de51a441c0912575d4340c1a64b63f | |
parent | a3713ec3d775ff9da2e46f6652b23ff598c3ed36 [diff] |
cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails RHBZ 1145308 Some very old server may not support SetPathInfo to adjust the timestamps of directories. For these servers, try to open the directory and use SetFileInfo. Minor correction to patch included that was Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com> Tested-by: Kenneth D'souza <kdsouza@redhat.com>