Blob Blame History Raw
From: Ilya Dryomov <idryomov@gmail.com>
Date: Thu, 5 Sep 2019 17:29:29 +0200
Subject: ceph: include ceph_debug.h in cache.c
Git-commit: 48f930ea6de6f48fd20be54ec4716c545751a6d9
Patch-mainline: v5.4-rc1
References: jsc#SES-1134

Any file that uses dout() should include ceph_debug.h at the top.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Acked-by: Luis Henriques <lhenriques@suse.com>
---
 fs/ceph/cache.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c
index bc90cf6ad7ed..b2ec29eeb4c4 100644
--- a/fs/ceph/cache.c
+++ b/fs/ceph/cache.c
@@ -6,6 +6,8 @@
  *  Written by Milosz Tanski (milosz@adfin.com)
  */
 
+#include <linux/ceph/ceph_debug.h>
+
 #include "super.h"
 #include "cache.h"