linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/filesystems/ext3.txt
@ 2009-05-18 20:22 Andrew Clayton
  2009-05-19 14:35 ` Eric Sandeen
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Clayton @ 2009-05-18 20:22 UTC (permalink / raw)
  To: linux-ext4

Update the ext3 document with the fact that data=writeback is now the
default journaling mode.


Signed-off-by: Andrew Clayton <andrew@digital-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.
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-19 17:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 20:22 [PATCH] Documentation/filesystems/ext3.txt Andrew Clayton
2009-05-19 14:35 ` Eric Sandeen
2009-05-19 16:03   ` Andrew Clayton
2009-05-19 16:16     ` Eric Sandeen
2009-05-19 17:49       ` Andrew Clayton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).