Fix NTFS version 3.x index entries creation. Everybody is MUCH happier now!

Erik got this right in his patch, it got non-functional due to libntfs changes.
edge.strict_endians
szaka 2005-11-01 00:12:08 +00:00
parent 63c4123bbb
commit 9f4b2b4a2c
1 changed files with 1 additions and 1 deletions

View File

@ -2767,7 +2767,7 @@ static int insert_index_entry_in_res_dir_index(INDEX_ENTRY *idx,
err = -ENOMEM;
goto err_out;
}
if (ntfs_attr_lookup(AT_INDEX_ROOT, name, name_size, 0, 0,
if (mkntfs_attr_lookup(AT_INDEX_ROOT, name, name_size, 0, 0,
NULL, 0, ctx)) {
err = EEXIST;
goto err_out;