memcg: add interface to reset limits
[safe/jmp/linux-2.6] / include / linux / res_counter.h
index 4c5bcf6..511f42f 100644 (file)
@@ -49,6 +49,8 @@ struct res_counter {
        struct res_counter *parent;
 };
 
+#define RESOURCE_MAX (unsigned long long)LLONG_MAX
+
 /**
  * Helpers to interact with userspace
  * res_counter_read_u64() - returns the value of the specified member.