Loading fs/cifs/inode.c +8 −2 Original line number Diff line number Diff line Loading @@ -211,7 +211,10 @@ int cifs_get_inode_info_unix(struct inode **pinode, if (rc) { if (rc == -EREMOTE && !is_dfs_referral) { is_dfs_referral = true; if (full_path != search_path) { kfree(full_path); full_path = search_path; } goto try_again_CIFSSMBUnixQPathInfo; } goto cgiiu_exit; Loading Loading @@ -422,7 +425,10 @@ int cifs_get_inode_info(struct inode **pinode, if (rc) { if (rc == -EREMOTE && !is_dfs_referral) { is_dfs_referral = true; if (full_path != search_path) { kfree(full_path); full_path = search_path; } goto try_again_CIFSSMBQPathInfo; } goto cgii_exit; Loading Loading
fs/cifs/inode.c +8 −2 Original line number Diff line number Diff line Loading @@ -211,7 +211,10 @@ int cifs_get_inode_info_unix(struct inode **pinode, if (rc) { if (rc == -EREMOTE && !is_dfs_referral) { is_dfs_referral = true; if (full_path != search_path) { kfree(full_path); full_path = search_path; } goto try_again_CIFSSMBUnixQPathInfo; } goto cgiiu_exit; Loading Loading @@ -422,7 +425,10 @@ int cifs_get_inode_info(struct inode **pinode, if (rc) { if (rc == -EREMOTE && !is_dfs_referral) { is_dfs_referral = true; if (full_path != search_path) { kfree(full_path); full_path = search_path; } goto try_again_CIFSSMBQPathInfo; } goto cgii_exit; Loading