summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.c
diff options
context:
space:
mode:
authorJan Kara2014-12-23 23:48:35 +0100
committerDave Chinner2014-12-23 23:48:35 +0100
commit1a43ec03ddd40793db00dbc7340685f5accf6fc3 (patch)
treebf2e114db19c9d90b49d93943ec6ddfd526bcf76 /net/batman-adv/originator.c
parentxfs: remove extra newlines from xfs messages (diff)
downloadkernel-qcow2-linux-1a43ec03ddd40793db00dbc7340685f5accf6fc3.tar.gz
kernel-qcow2-linux-1a43ec03ddd40793db00dbc7340685f5accf6fc3.tar.xz
kernel-qcow2-linux-1a43ec03ddd40793db00dbc7340685f5accf6fc3.zip
xfs: Keep sb_bad_features2 consistent with sb_features2
Currently when we modify sb_features2, we store the same value also in sb_bad_features2. However in most places we forget to mark field sb_bad_features2 for logging and thus it can happen that a change to it is lost. This results in an inconsistent sb_features2 and sb_bad_features2 fields e.g. after xfstests test xfs/187. Fix the problem by changing XFS_SB_FEATURES2 to actually mean both sb_features2 and sb_bad_features2 fields since this is always what we want to log. This isn't ideal because the fact that XFS_SB_FEATURES2 means two fields could cause some problem in future however the code is hopefully less error prone that it is now. Signed-off-by: Jan Kara <jack@suse.cz> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'net/batman-adv/originator.c')
0 files changed, 0 insertions, 0 deletions