OSDN Git Service

jbd2: update locking documentation for transaction_t
authorAlexander Lochmann <alexander.lochmann@tu-dortmund.de>
Tue, 4 Dec 2018 05:30:22 +0000 (00:30 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Dec 2018 05:30:22 +0000 (00:30 -0500)
commit32ea275008d8c76fa3f40d10d0ffc694a214dfef
treed4b01001e1f424da022adf349dfae4c14ba55807
parent50c15df69e062bf056b44d5bb51fac5ed957fa37
jbd2: update locking documentation for transaction_t

The following members of struct transaction_s aka transaction_t
were turned into lock-free variables in the past:
- t_updates
- t_outstanding_credits
- t_handle_count
However, the documentation has not been updated yet.
This commit replaced the annotated lock by [none].

Found by LockDoc (Alexander Lochmann, Horst Schirmeier and Olaf Spinczyk)

Signed-off-by: Alexander Lochmann <alexander.lochmann@tu-dortmund.de>
Signed-off-by: Horst Schirmeier <horst.schirmeier@tu-dortmund.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
include/linux/jbd2.h