mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
cifs: Fix return value in __update_cache_entry
copy_ref_data() may return error, it should be returned to upstream caller. Fixes: 03535b72873b ("cifs: Avoid doing network I/O while holding cache lock") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
742d8de018
commit
eecfc57130
@ -592,7 +592,7 @@ static int __update_cache_entry(const char *path,
|
||||
|
||||
kfree(th);
|
||||
|
||||
return 0;
|
||||
return rc;
|
||||
}
|
||||
|
||||
static int get_dfs_referral(const unsigned int xid, struct cifs_ses *ses,
|
||||
|
Loading…
Reference in New Issue
Block a user