From: Ilya Dryomov Date: Thu, 5 Sep 2019 15:29:29 +0000 (+0200) Subject: ceph: include ceph_debug.h in cache.c X-Git-Tag: for-linus-2019-09-27~7^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=48f930ea6de6f48fd20be54ec4716c545751a6d9;p=linux-block.git ceph: include ceph_debug.h in cache.c Any file that uses dout() should include ceph_debug.h at the top. Signed-off-by: Ilya Dryomov --- 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 + #include "super.h" #include "cache.h"