NTFS: Remove all the make_bad_inode() calls. This should only be called

from read inode and new inode code paths.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
This commit is contained in:
Anton Altaparmakov
2006-03-23 15:59:32 +00:00
parent a0646a1f04
commit f95c4018fd
6 changed files with 5 additions and 23 deletions

View File

@ -93,6 +93,7 @@ static inline MFT_RECORD *map_mft_record_page(ntfs_inode *ni)
"Run chkdsk.", ni->mft_no);
ntfs_unmap_page(page);
page = ERR_PTR(-EIO);
NVolSetErrors(vol);
}
err_out:
ni->page = NULL;