ntfs_extent_inode_open: remove redundant logging
parent
24e47ff999
commit
18213bb6a9
|
|
@ -424,11 +424,8 @@ ntfs_inode *ntfs_extent_inode_open(ntfs_inode *base_ni, const MFT_REF mref)
|
||||||
ni = __ntfs_inode_allocate(base_ni->vol);
|
ni = __ntfs_inode_allocate(base_ni->vol);
|
||||||
if (!ni)
|
if (!ni)
|
||||||
goto out;
|
goto out;
|
||||||
if (ntfs_file_record_read(base_ni->vol, le64_to_cpu(mref), &ni->mrec,
|
if (ntfs_file_record_read(base_ni->vol, le64_to_cpu(mref), &ni->mrec, NULL))
|
||||||
NULL)) {
|
|
||||||
ntfs_log_perror("ntfs_file_record_read failed #2");
|
|
||||||
goto err_out;
|
goto err_out;
|
||||||
}
|
|
||||||
ni->mft_no = mft_no;
|
ni->mft_no = mft_no;
|
||||||
ni->nr_extents = -1;
|
ni->nr_extents = -1;
|
||||||
ni->base_ni = base_ni;
|
ni->base_ni = base_ni;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue