| commit | 9e4a30970bf7cfd8f49a0e915138116f38294f58 | [log] [tgz] |
|---|---|---|
| author | Boqun Feng <boqun.feng@gmail.com> | Tue Oct 21 23:53:23 2025 -0400 |
| committer | Boqun Feng <boqun.feng@gmail.com> | Wed Nov 05 12:06:22 2025 -0800 |
| tree | 3a8dcfa278e40c1d1243c3237ca6628687b31f0d | |
| parent | 86d6ff53fb122826cef200300c006cbee91ba183 [diff] |
rust: sync: atomic: Implement Debug for Atomic<Debug> If `Atomic<T>` is `Debug` then it's a `debugfs::Writer`, therefore make it so since 1) debugfs needs to support `Atomic<T>` and 2) it's rather trivial to implement `Debug` for `Atomic<Debug>`. Tested-by: David Gow <davidgow@google.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Boqun Feng <boqun.feng@gmail.com>