rust: sync: arc: Implement DropRcu for Arc

We can actually reuse the `drop_rcu()` function of `Box` to implement
`DropRcu` for `Arc` since `Arc` is backed by `KBox`.

Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
2 files changed