diff options
author | Paulo Alcantara <pc@manguebit.com> | 2024-01-07 00:05:17 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-01-07 22:46:06 +0100 |
commit | 6d039984c15d1ea1ca080176df6dfab443e44585 (patch) | |
tree | f8c12ce59bfa288294663eb0a1b4d665992d5608 /fs/smb/client/smb2ops.c | |
parent | cifs: Pass unbyteswapped eof value into SMB2_set_eof() (diff) | |
download | linux-6d039984c15d1ea1ca080176df6dfab443e44585.tar.xz linux-6d039984c15d1ea1ca080176df6dfab443e44585.zip |
smb: client: stop revalidating reparse points unnecessarily
Query dir responses don't provide enough information on reparse points
such as major/minor numbers and symlink targets other than reparse
tags, however we don't need to unconditionally revalidate them only
because they are reparse points. Instead, revalidate them only when
their ctime or reparse tag has changed.
For instance, Windows Server updates ctime of reparse points when
their data have changed.
Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions