|
@@ -147,6 +147,7 @@ void prop_change_shift(struct prop_descriptor *pd, int shift)
|
|
|
* this is used to track the active references.
|
|
* this is used to track the active references.
|
|
|
*/
|
|
*/
|
|
|
static struct prop_global *prop_get_global(struct prop_descriptor *pd)
|
|
static struct prop_global *prop_get_global(struct prop_descriptor *pd)
|
|
|
|
|
+__acquires(RCU)
|
|
|
{
|
|
{
|
|
|
int index;
|
|
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)
|
|
static void prop_put_global(struct prop_descriptor *pd, struct prop_global *pg)
|
|
|
|
|
+__releases(RCU)
|
|
|
{
|
|
{
|
|
|
rcu_read_unlock();
|
|
rcu_read_unlock();
|
|
|
}
|
|
}
|