netns: embed ip6_dst_ops directly
[deliverable/linux.git] / fs / ext3 / balloc.c
index 225202db89746d142ecbe67db17318a423b6049e..27967f92e8201ca3ce689ff1491a6632319dfc66 100644 (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;
 
This page took 0.024335 seconds and 5 git commands to generate.