diff options
author | Christoph Hellwig <hch@infradead.org> | 2009-04-27 09:46:42 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-11 21:36:05 -0400 |
commit | ca41f7b918294c2a17780e057568413dcbfc6d49 (patch) | |
tree | 0f10dbd7e56d5e594802898d744820e551f17cda /fs/ext3/balloc.c | |
parent | 59d697b70285c348c01cfc2695c3469ba71d7539 (diff) | |
download | linux-ca41f7b918294c2a17780e057568413dcbfc6d49.tar.gz linux-ca41f7b918294c2a17780e057568413dcbfc6d49.tar.bz2 linux-ca41f7b918294c2a17780e057568413dcbfc6d49.zip |
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>
Diffstat (limited to 'fs/ext3/balloc.c')
-rw-r--r-- | fs/ext3/balloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c index 225202db8974..27967f92e820 100644 --- a/fs/ext3/balloc.c +++ b/fs/ext3/balloc.c @@ -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; |