1
0
Fork 0

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 <idryomov@gmail.com>
alistair/sunxi64-5.4-dsi
Ilya Dryomov 2019-09-05 17:29:29 +02:00
parent 536cc331a4
commit 48f930ea6d
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* Written by Milosz Tanski (milosz@adfin.com)
*/
#include <linux/ceph/ceph_debug.h>
#include "super.h"
#include "cache.h"