diff options
| author | Josef Bacik <[email protected]> | 2022-10-19 14:50:49 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2022-12-05 17:00:41 +0000 |
| commit | 9b569ea0be6fb27a4985acc9325896a3edc95ede (patch) | |
| tree | 204d4313922708be57355640cf91218e33f99027 /fs/btrfs/tree-mod-log.c | |
| parent | btrfs: move assert helpers out of ctree.h (diff) | |
| download | kernel-9b569ea0be6fb27a4985acc9325896a3edc95ede.tar.gz kernel-9b569ea0be6fb27a4985acc9325896a3edc95ede.zip | |
btrfs: move the printk helpers out of ctree.h
We have a bunch of printk helpers that are in ctree.h. These have
nothing to do with ctree.c, so move them into their own header.
Subsequent patches will cleanup the printk helpers.
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/tree-mod-log.c')
| -rw-r--r-- | fs/btrfs/tree-mod-log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tree-mod-log.c b/fs/btrfs/tree-mod-log.c index 18b4699bcb11..41e5d9f789dc 100644 --- a/fs/btrfs/tree-mod-log.c +++ b/fs/btrfs/tree-mod-log.c @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 +#include "messages.h" #include "tree-mod-log.h" #include "disk-io.h" |
