On Friday, May 13, 2016 18:35:41 Linus Lüssing wrote: > We recently switched to the atomic variants set_bit() / clear_bit() > / test_bit() for originator capabilities. > > Unfortunately, this was missed for the new multicast debugfs > entry, resulting in an empty multicast flags table. > > Fixing this by using test_bit(). > > Fixes: f1f0fbb2c956 ("batman-adv: Add debugfs table for mcast flags") > Signed-off-by: Linus Lüssing > --- > net/batman-adv/multicast.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Applied in revision 8151e97. Thanks, Marek