commit | 38d726d153cfe5efe5fe22d28d36ab382dda3a5c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Apr 14 10:10:47 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Apr 14 10:10:47 2009 -0400 |
tree | f5403a0abb0ac7e8bbdd12403a70d4151559e778 | |
parent | 67c457a8c378a006a34d92f9bd3078a80a92f250 [diff] |
jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records The revoke records must be written using the same way as the rest of the blocks during the commit process; that is, either marked as synchronous writes or as asynchornous writes. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>