[patch] ext3 synchronous mount speedup

Andrew Morton (akpm@zip.com.au)
Tue, 12 Feb 2002 15:13:05 -0800


Ditto.

--- linux-2.4.18-pre8/fs/ext3/inode.c Tue Feb 5 00:33:05 2002
+++ linux-akpm/fs/ext3/inode.c Wed Feb 6 23:40:48 2002
@@ -581,8 +581,6 @@ static int ext3_alloc_branch(handle_t *h

parent = nr;
}
- if (IS_SYNC(inode))
- handle->h_sync = 1;
}
if (n == num)
return 0;

-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/