summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorZhen Ni <zhen.ni@easystack.cn>2025-12-18 11:30:37 +0800
committerDavid Sterba <dsterba@suse.com>2026-02-03 07:49:12 +0100
commit4cdb457a23751a1debebbf7d010300fe4eff47a8 (patch)
treeccb58a5b47fee06bcc9ab0ba8d378ab574ea13c2 /include/linux
parentc28214bde6da6e05554a0e5b6375b7b65f98cdbf (diff)
btrfs: remove unreachable return after btrfs_backref_panic() in btrfs_backref_finish_upper_links()
The return statement after btrfs_backref_panic() is unreachable since btrfs_backref_panic() calls BUG() which never returns. Remove the return to unify it with the other calls to btrfs_backref_panic(). Signed-off-by: Zhen Ni <zhen.ni@easystack.cn> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions