diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-19 10:50:48 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:41 +0100 |
commit | e118578a8df7941a9bbc568851997852e5bc7338 (patch) | |
tree | 09ebed0688defebb18c526618b2f88efd600ec09 /lib | |
parent | c7f13d428ea1bfe883f2741a9b5a5352d595eb09 (diff) | |
download | linux-e118578a8df7941a9bbc568851997852e5bc7338.tar.gz linux-e118578a8df7941a9bbc568851997852e5bc7338.tar.bz2 linux-e118578a8df7941a9bbc568851997852e5bc7338.zip |
btrfs: move assert helpers out of ctree.h
These call functions that aren't defined in, or will be moved out of,
ctree.h Move them to super.c where the other assert/error message code
is defined. Drop the __noreturn attribute for btrfs_assertfail as
objtool does not like it and fails with warnings like
fs/btrfs/dir-item.o: warning: objtool: .text.unlikely: unexpected end of section
fs/btrfs/xattr.o: warning: objtool: btrfs_setxattr() falls through to next function btrfs_setxattr_trans.cold()
fs/btrfs/xattr.o: warning: objtool: .text.unlikely: unexpected end of section
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions