commit | f95c4018fd4b0bdef9b1bcb4eac7056e2a07282a | [log] [tgz] |
---|---|---|
author | Anton Altaparmakov <aia21@cantab.net> | Thu Mar 23 15:59:32 2006 +0000 |
committer | Anton Altaparmakov <aia21@cantab.net> | Thu Mar 23 15:59:32 2006 +0000 |
tree | 44014b7cb3aff48f008033c23425ff2b37fed34b | |
parent | a0646a1f04f1ec4c7514e5b00496b54e054a2c99 [diff] [blame] |
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>
diff --git a/fs/ntfs/mft.c b/fs/ntfs/mft.c index 6499aaf..7254391 100644 --- a/fs/ntfs/mft.c +++ b/fs/ntfs/mft.c
@@ -93,6 +93,7 @@ "Run chkdsk.", ni->mft_no); ntfs_unmap_page(page); page = ERR_PTR(-EIO); + NVolSetErrors(vol); } err_out: ni->page = NULL;