Low: scheduler: shutdown locks apply to group members, not group itself
apply_shutdown_lock() correctly did recursive calls for group members, but then
it would do the primitive processing for the group as a whole, which had no
real effect and is undesirable.