mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* allow ->read_iter on debugfs
@ 2020-07-13  7:37 Christoph Hellwig
  2020-07-13  7:37 ` [PATCH] debugfs: add a proxy stub for ->read_iter Christoph Hellwig
  2020-07-13  8:38 ` allow ->read_iter on debugfs Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Christoph Hellwig @ 2020-07-13  7:37 UTC (permalink / raw)
  To: gregkh, rafael; +Cc: linux-kernel

Hi Greg,

in my filesystem set_fs removel series I convert the seq_file interface
to be iov_iter based.  It turns out debugfs needs this little patch
to proxy read_iter as well.  Let me know if you are ok with me queueing
this up with the rest of the series.



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

end of thread, other threads:[~2020-07-13 18:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13  7:37 allow ->read_iter on debugfs Christoph Hellwig
2020-07-13  7:37 ` [PATCH] debugfs: add a proxy stub for ->read_iter Christoph Hellwig
2020-07-13  8:38   ` Greg KH
2020-07-13 18:13     ` Jon Hunter
2020-07-13  8:38 ` allow ->read_iter on debugfs Greg KH

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

Powered by JetHome