Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48f930ea authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

ceph: include ceph_debug.h in cache.c



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

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 536cc331
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
 *  Written by Milosz Tanski (milosz@adfin.com)
 */

#include <linux/ceph/ceph_debug.h>

#include "super.h"
#include "cache.h"