diff options
author | Ilya Dryomov | 2019-09-05 17:29:29 +0200 |
---|---|---|
committer | Ilya Dryomov | 2019-09-16 12:06:25 +0200 |
commit | 48f930ea6de6f48fd20be54ec4716c545751a6d9 (patch) | |
tree | bee506ed57bb0db614054c80de02ef4a77a9f139 | |
parent | 536cc331a4a714289334f0a0ce84318bb7e680d4 (diff) |
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>
-rw-r--r-- | fs/ceph/cache.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |