diff options
| author | Zhao Lei <zhaolei@cn.fujitsu.com> | 2015-01-20 15:11:35 +0800 | 
|---|---|---|
| committer | Chris Mason <clm@fb.com> | 2015-01-21 18:06:48 -0800 | 
| commit | b25c94c580c27bb6cff1e2f478746e77119215ad (patch) | |
| tree | c2e72e3bb442e60bf2f604efeecaf8b34e27afe6 /net/lapb/lapb_timer.c | |
| parent | 6e9606d2a2dce098c1739fb3cd82a1c34fd73d3a (diff) | |
Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()
if (sctx->is_dev_replace && !is_metadata && !have_csum) {
    ...
    goto nodatasum_case;
}
...
nodatasum_case:
    WARN_ON(sctx->is_dev_replace);
In above code, nodatasum_case marker should be moved after
WARN_ON().
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions
