From f9040c162bb07dd629f0a30eaff16c0c347717a4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 19 Apr 2011 14:33:17 +0200 Subject: [PATCH] Resources: Document that resource class callbacks are optional --- ucw/respool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/respool.h b/ucw/respool.h index 2c312cff..55f17bee 100644 --- a/ucw/respool.h +++ b/ucw/respool.h @@ -95,7 +95,7 @@ static inline void res_permanent(struct resource *r) * === Resource classes * * A resource class describes how to handle a particular type of resources. - * Most importantly, it defines a set of callbacks for performing operations + * Most importantly, it defines a set of (optional) callbacks for performing operations * on the resources: * * * dump() should print a description of the resource used for debugging -- 2.39.5