X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Fntfs%2Fnamei.c;h=358258364616cd3c2fee997daca2a192719cb045;hb=0803e04011c2e107b9611660301edde94d7010cc;hp=443abecf01b7d45cfb19be0ee63032b156ae718b;hpb=e5451c8f8330e03ad3cfa16048b4daf961af434f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git diff --git a/fs/ntfs/namei.c b/fs/ntfs/namei.c index 443abecf01b7..358258364616 100644 --- a/fs/ntfs/namei.c +++ b/fs/ntfs/namei.c @@ -253,7 +253,7 @@ handle_name: err = (signed)nls_name.len; goto err_out; } - nls_name.hash = full_name_hash(nls_name.name, nls_name.len); + nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); dent = d_add_ci(dent, dent_inode, &nls_name); kfree(nls_name.name);