X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Fproportions.c;h=d50746a79de2a846187137a2ffb11993c23127e8;hb=HEAD;hp=7367f2b727d0547df5131b3419bb485534e214b2;hpb=fdbc0450df12cc9cb397f3497db4b0cad7c1a8ff;p=mv-sheeva.git diff --git a/lib/proportions.c b/lib/proportions.c index 7367f2b727d..d50746a79de 100644 --- a/lib/proportions.c +++ b/lib/proportions.c @@ -147,6 +147,7 @@ out: * this is used to track the active references. */ static struct prop_global *prop_get_global(struct prop_descriptor *pd) +__acquires(RCU) { int index; @@ -160,6 +161,7 @@ static struct prop_global *prop_get_global(struct prop_descriptor *pd) } static void prop_put_global(struct prop_descriptor *pd, struct prop_global *pg) +__releases(RCU) { rcu_read_unlock(); }