• David Howells's avatar
    rxrpc: Do procfs lists through objcache · e3e1aa90
    David Howells authored
    Use the object cache primary hash to provide lists of RxRPC objects through
    /proc/net/ for all caches where desired.  Each user of the cache just needs
    to provide a show function in its objcache struct and register the proc
    file with objcache_seq_fops as its file operations.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    e3e1aa90
objcache.c 14.6 KB