ntfs_external_attr_find: remove redundant error logging

master
szaka 2009-02-10 20:29:27 +00:00
parent a400e4c7f0
commit ff7940b7e7
1 changed files with 1 additions and 3 deletions

View File

@ -2128,10 +2128,8 @@ is_enumeration:
/* We want an extent record. */
ni = ntfs_extent_inode_open(base_ni,
al_entry->mft_reference);
if (!ni) {
ntfs_log_perror("Failed to map extent inode");
if (!ni)
break;
}
ctx->ntfs_ino = ni;
ctx->mrec = ni->mrec;
}