We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6093605 + 4bf5516 commit 2b80f76Copy full SHA for 2b80f76
fs/smb/client/inode.c
@@ -1389,7 +1389,7 @@ int cifs_get_inode_info(struct inode **inode,
1389
struct cifs_fattr fattr = {};
1390
int rc;
1391
1392
- if (is_inode_cache_good(*inode)) {
+ if (!data && is_inode_cache_good(*inode)) {
1393
cifs_dbg(FYI, "No need to revalidate cached inode sizes\n");
1394
return 0;
1395
}
@@ -1488,7 +1488,7 @@ int smb311_posix_get_inode_info(struct inode **inode,
1488
1489
1490
1491
1492
1493
1494
0 commit comments