Skip to content

Commit

Permalink
ceph: include ceph_debug.h in cache.c
Browse files Browse the repository at this point in the history
Any file that uses dout() should include ceph_debug.h at the top.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
  • Loading branch information
Ilya Dryomov committed Sep 16, 2019
1 parent 536cc33 commit 48f930e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/ceph/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Written by Milosz Tanski (milosz@adfin.com)
*/

#include <linux/ceph/ceph_debug.h>

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

Expand Down

0 comments on commit 48f930e

Please sign in to comment.