diff options
| author | Jan Kara <[email protected]> | 2021-04-06 16:17:59 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2021-04-10 01:19:32 +0000 |
| commit | 3b1833e92baba135923af4a07e73fe6e54be5a2f (patch) | |
| tree | 1217f69aa4503b53d733a74f20536cada00608a4 /fs/ext4/fast_commit.c | |
| parent | ext4: fix ext4_error_err save negative errno into superblock (diff) | |
| download | kernel-3b1833e92baba135923af4a07e73fe6e54be5a2f.tar.gz kernel-3b1833e92baba135923af4a07e73fe6e54be5a2f.zip | |
ext4: annotate data race in start_this_handle()
Access to journal->j_running_transaction is not protected by appropriate
lock and thus is racy. We are well aware of that and the code handles
the race properly. Just add a comment and data_race() annotation.
Cc: [email protected]
Reported-by: [email protected]
Signed-off-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions
