projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536cc33
)
ceph: include ceph_debug.h in cache.c
author
Ilya Dryomov
<idryomov@gmail.com>
Thu, 5 Sep 2019 15:29:29 +0000
(17:29 +0200)
committer
Ilya Dryomov
<idryomov@gmail.com>
Mon, 16 Sep 2019 10:06:25 +0000
(12:06 +0200)
Any file that uses dout() should include ceph_debug.h at the top.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/cache.c
patch
|
blob
|
history
diff --git
a/fs/ceph/cache.c
b/fs/ceph/cache.c
index bc90cf6ad7ed88e32732565c6ad92e195b7609aa..b2ec29eeb4c4fda7ed65efe6ee07503dbdfb6f53 100644
(file)
--- 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"