From: Andrew Clayton <andrew@digital-domain.net>
To: linux-ext4@vger.kernel.org
Subject: [PATCH] Documentation/filesystems/ext3.txt
Date: Mon, 18 May 2009 21:22:09 +0100 [thread overview]
Message-ID: <20090518212209.17c46cee@digital-domain.net> (raw)
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.
next reply other threads:[~2009-05-18 20:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-18 20:22 Andrew Clayton [this message]
2009-05-19 14:35 ` [PATCH] Documentation/filesystems/ext3.txt Eric Sandeen
2009-05-19 16:03 ` Andrew Clayton
2009-05-19 16:16 ` Eric Sandeen
2009-05-19 17:49 ` Andrew Clayton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090518212209.17c46cee@digital-domain.net \
--to=andrew@digital-domain.net \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.