[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090518212209.17c46cee@digital-domain.net>
Date: Mon, 18 May 2009 21:22:09 +0100
From: Andrew Clayton <andrew@...ital-domain.net>
To: linux-ext4@...r.kernel.org
Subject: [PATCH] Documentation/filesystems/ext3.txt
Update the ext3 document with the fact that data=writeback is now the
default journaling mode.
Signed-off-by: Andrew Clayton <andrew@...ital-domain.net>
--- linux-2.6/Documentation/filesystems/ext3.txt.orig 2009-05-18 20:48:27.084220753 +0100
+++ linux-2.6/Documentation/filesystems/ext3.txt 2009-05-18 20:49:01.023225288 +0100
@@ -39,11 +39,11 @@
data=journal All data are committed into the journal prior to being
written into the main file system.
-data=ordered (*) All data are forced directly out to the main file
+data=ordered All data are forced directly out to the main file
system prior to its metadata being committed to the
journal.
-data=writeback Data ordering is not preserved, data may be written
+data=writeback (*) Data ordering is not preserved, data may be written
into the main file system after its metadata has been
committed to the journal.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists