Skip to content

Commit 62c3da1

Browse files
LiBaokun96tytso
authored andcommitted
ext4: update the descriptions of data_err=abort and data_err=ignore
We now print error messages in ext4_end_bio() when page writeback encounters an error. If data_err=abort is set, the journal will also be aborted in a kworker. This means that we now check all Buffer I/O in all modes and decide whether to abort the journal based on the data_err option. Therefore, we remove the ordered mode restriction in the descriptions of data_err=abort and data_err=ignore. Signed-off-by: Baokun Li <libaokun1@huawei.com> Reviewed-by: Zhang Yi <yi.zhang@huawei.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://patch.msgid.link/20250122110533.4116662-8-libaokun@huaweicloud.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
1 parent 6e969ef commit 62c3da1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Documentation/admin-guide/ext4.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,10 @@ When mounting an ext4 filesystem, the following option are accepted:
238238
configured using tune2fs)
239239

240240
data_err=ignore(*)
241-
Just print an error message if an error occurs in a file data buffer in
242-
ordered mode.
241+
Just print an error message if an error occurs in a file data buffer.
242+
243243
data_err=abort
244-
Abort the journal if an error occurs in a file data buffer in ordered
245-
mode.
244+
Abort the journal if an error occurs in a file data buffer.
246245

247246
grpid | bsdgroups
248247
New objects have the group ID of their parent.

0 commit comments

Comments
 (0)