commit | 01d5d96542fd4e383da79593f8a3450995ce2257 | [log] [tgz] |
---|---|---|
author | Leah Rumancik <leah.rumancik@gmail.com> | Tue May 18 15:13:25 2021 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jun 22 19:27:10 2021 -0400 |
tree | cc7fc418d36a2cda0f939cc19a499c8d2bce953e | |
parent | 8f6840c4fd1e7bd715e403074fb161c1a04cda73 [diff] |
ext4: add discard/zeroout flags to journal flush Add a flags argument to jbd2_journal_flush to enable discarding or zero-filling the journal blocks while flushing the journal. Signed-off-by: Leah Rumancik <leah.rumancik@gmail.com> Link: https://lore.kernel.org/r/20210518151327.130198-1-leah.rumancik@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>