diff options
| author | Al Viro <[email protected]> | 2025-07-02 21:14:08 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2025-07-09 11:30:28 +0000 |
| commit | 327a206c0e1484b960e7804954d568bf80bad93c (patch) | |
| tree | 0d28403dcfea594d9c85c4466e0e4bcf055a053b /rust/helpers/rcu.c | |
| parent | samples: rust: pci: reset pci-testdev in unbind() (diff) | |
| download | kernel-327a206c0e1484b960e7804954d568bf80bad93c.tar.gz kernel-327a206c0e1484b960e7804954d568bf80bad93c.zip | |
zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops
When debugfs file has been created by debugfs_create_file_unsafe(),
we do need the file_operations methods to use debugfs_file_{get,put}()
to prevent concurrent removal; for files created by debugfs_create_file()
that is done in the wrappers that call underlying methods, so there's
no point whatsoever duplicating that in the underlying methods themselves.
Signed-off-by: Al Viro <[email protected]>
Link: https://lore.kernel.org/r/20250702211408.GA3406663@ZenIV
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'rust/helpers/rcu.c')
0 files changed, 0 insertions, 0 deletions
