ext3: remove ->write_super and stop maintaining ->s_dirt

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Christoph Hellwig
2009-04-27 09:46:42 -04:00
committed by Al Viro
parent 59d697b702
commit ca41f7b918
6 changed files with 2 additions and 30 deletions
+1 -2
View File
@@ -649,7 +649,7 @@ do_more:
count = overflow;
goto do_more;
}
sb->s_dirt = 1;
error_return:
brelse(bitmap_bh);
ext3_std_error(sb, err);
@@ -1708,7 +1708,6 @@ allocated:
if (!fatal)
fatal = err;
sb->s_dirt = 1;
if (fatal)
goto out;