public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 0/2] io_uring fdinfo cleanups
@ 2025-05-16 18:48 Jens Axboe
  2025-05-16 18:48 ` [PATCH 1/2] io_uring/fdinfo: only compile if CONFIG_PROC_FS is set Jens Axboe
  2025-05-16 18:48 ` [PATCH 2/2] io_uring/fdinfo: get rid of dumping credentials Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Jens Axboe @ 2025-05-16 18:48 UTC (permalink / raw)
  To: io-uring

Hi,

Just two minor patches in here, cleaning up the fdinfo parts a little
bit:

1) Only compile fdinfo.c if CONFIG_PROC_FS is set, rather than wrap all
   of fdinfo.c in a if/endif section.

2) Get rid of dumping credentials in fdinfo. I'm not at all convinced
   this is either useful or necessary, so get rid of it.

 io_uring/Makefile |  3 ++-
 io_uring/fdinfo.c | 40 ----------------------------------------
 2 files changed, 2 insertions(+), 41 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-16 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 18:48 [PATCHSET 0/2] io_uring fdinfo cleanups Jens Axboe
2025-05-16 18:48 ` [PATCH 1/2] io_uring/fdinfo: only compile if CONFIG_PROC_FS is set Jens Axboe
2025-05-16 18:48 ` [PATCH 2/2] io_uring/fdinfo: get rid of dumping credentials Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox