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:
@ -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;
|
||||
|
Reference in New Issue
Block a user