diff options
author | Antonio Quartulli <ordex@autistici.org> | 2012-04-14 13:15:26 +0200 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-06-18 18:00:58 +0200 |
commit | 66a1b2bcb34b0c74a3422968b15a7ea853ea5a2d (patch) | |
tree | 4753388e3a5e44b45481d27485a09c8e79ddcd1b /Documentation/networking/batman-adv.txt | |
parent | batman-adv: Initialize lockdep class keys for hashes (diff) | |
download | linux-dev-66a1b2bcb34b0c74a3422968b15a7ea853ea5a2d.tar.xz linux-dev-66a1b2bcb34b0c74a3422968b15a7ea853ea5a2d.zip |
batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t
In the code we neever need to atomically check and set the bat_priv->tt_crc
field value. It is simply set and read once in different pieces of the code.
Therefore this field can be safely be converted from atomic_t to uint16_t.
Reported-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'Documentation/networking/batman-adv.txt')
0 files changed, 0 insertions, 0 deletions