diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2006-03-23 10:59:32 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2006-03-23 10:59:32 -0500 |
commit | f95c4018fd4b0bdef9b1bcb4eac7056e2a07282a (patch) | |
tree | 44014b7cb3aff48f008033c23425ff2b37fed34b /fs/ntfs/aops.c | |
parent | a0646a1f04f1ec4c7514e5b00496b54e054a2c99 (diff) |
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>
Diffstat (limited to 'fs/ntfs/aops.c')
-rw-r--r-- | fs/ntfs/aops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ntfs/aops.c b/fs/ntfs/aops.c index 7c7e313620fa..1cf105b99202 100644 --- a/fs/ntfs/aops.c +++ b/fs/ntfs/aops.c | |||
@@ -1530,7 +1530,6 @@ err_out: | |||
1530 | "error %i.", err); | 1530 | "error %i.", err); |
1531 | SetPageError(page); | 1531 | SetPageError(page); |
1532 | NVolSetErrors(ni->vol); | 1532 | NVolSetErrors(ni->vol); |
1533 | make_bad_inode(vi); | ||
1534 | } | 1533 | } |
1535 | unlock_page(page); | 1534 | unlock_page(page); |
1536 | if (ctx) | 1535 | if (ctx) |