diff options
| author | Theodore Ts'o <[email protected]> | 2018-07-10 05:07:43 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2018-07-10 05:07:43 +0000 |
| commit | 362eca70b53389bddf3143fe20f53dcce2cfdf61 (patch) | |
| tree | 6a8114ace853e46e790b2d3354601710045720e7 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | ext4: clear mmp sequence number when remounting read-only (diff) | |
| download | kernel-362eca70b53389bddf3143fe20f53dcce2cfdf61.tar.gz kernel-362eca70b53389bddf3143fe20f53dcce2cfdf61.zip | |
ext4: fix inline data updates with checksums enabled
The inline data code was updating the raw inode directly; this is
problematic since if metadata checksums are enabled,
ext4_mark_inode_dirty() must be called to update the inode's checksum.
In addition, the jbd2 layer requires that get_write_access() be called
before the metadata buffer is modified. Fix both of these problems.
https://bugzilla.kernel.org/show_bug.cgi?id=200443
Signed-off-by: Theodore Ts'o <[email protected]>
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
