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:
committed by
Al Viro
parent
59d697b702
commit
ca41f7b918
+1
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user