cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REF
[sfrench/cifs-2.6.git] / include / linux / cgroup.h
index 5c9c07a447060526467b421caa35cdd47953271c..c8441090ca4c93f21e4455b1846801f9db379a79 100644 (file)
@@ -318,6 +318,7 @@ void css_put(struct cgroup_subsys_state *css);
 void css_put_many(struct cgroup_subsys_state *css, unsigned int n);
 #else
 #define CGROUP_REF_FN_ATTRS    static inline
+#define CGROUP_REF_EXPORT(fn)
 #include <linux/cgroup_refcnt.h>
 #endif