diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-12-07 10:18:04 -0500 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-02-13 17:50:33 +0100 |
commit | fccf0c842ed4857cff8067b72a79fcf64d972c2f (patch) | |
tree | d92fe700fa5d9881fb304cde9cd05baf22c4d9fe /fs/btrfs/inode.c | |
parent | 0c555c97ef5a96b57c8955bb3cc1be9d3fbf166e (diff) |
btrfs: move btrfs_abort_transaction to transaction.c
While trying to sync messages.[ch] I ended up with this dependency on
messages.h in the rest of btrfs-progs code base because it's where
btrfs_abort_transaction() was now held. We want to keep messages.[ch]
limited to the kernel code, and the btrfs_abort_transaction() code
better fits in the transaction code and not in messages.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ move the __cold attributes ]
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/inode.c')
0 files changed, 0 insertions, 0 deletions