diff options
Diffstat (limited to 'fs/btrfs/send.c')
-rw-r--r-- | fs/btrfs/send.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c index b0c5d710183e..085542832b9a 100644 --- a/fs/btrfs/send.c +++ b/fs/btrfs/send.c | |||
@@ -270,6 +270,7 @@ struct name_cache_entry { | |||
270 | char name[]; | 270 | char name[]; |
271 | }; | 271 | }; |
272 | 272 | ||
273 | __cold | ||
273 | static void inconsistent_snapshot_error(struct send_ctx *sctx, | 274 | static void inconsistent_snapshot_error(struct send_ctx *sctx, |
274 | enum btrfs_compare_tree_result result, | 275 | enum btrfs_compare_tree_result result, |
275 | const char *what) | 276 | const char *what) |